pub struct MultiSelection;Expand description
A type of selection where multiple types can be chosen at a time.
Trait Implementations§
Source§impl Debug for MultiSelection
impl Debug for MultiSelection
Auto Trait Implementations§
impl Freeze for MultiSelection
impl RefUnwindSafe for MultiSelection
impl Send for MultiSelection
impl Sync for MultiSelection
impl Unpin for MultiSelection
impl UnwindSafe for MultiSelection
Blanket Implementations§
Source§impl<C> AsyncPosition<()> for C
impl<C> AsyncPosition<()> for C
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more