pub struct MultiSelectConfig {
pub enabled: bool,
pub separator: String,
}Expand description
Configuration for multi-select mode.
Fields§
§enabled: bool§separator: StringAuto Trait Implementations§
impl Freeze for MultiSelectConfig
impl RefUnwindSafe for MultiSelectConfig
impl Send for MultiSelectConfig
impl Sync for MultiSelectConfig
impl Unpin for MultiSelectConfig
impl UnsafeUnpin for MultiSelectConfig
impl UnwindSafe for MultiSelectConfig
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