pub struct MultiSelect;Expand description
Marker type for multi-select enum builder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MultiSelect
impl RefUnwindSafe for MultiSelect
impl Send for MultiSelect
impl Sync for MultiSelect
impl Unpin for MultiSelect
impl UnsafeUnpin for MultiSelect
impl UnwindSafe for MultiSelect
Blanket Implementations§
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