pub struct SettingsListOptions {
pub enable_search: bool,
}Expand description
Options for SettingsList.
Fields§
§enable_search: boolTrait Implementations§
Source§impl Default for SettingsListOptions
impl Default for SettingsListOptions
Source§fn default() -> SettingsListOptions
fn default() -> SettingsListOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SettingsListOptions
impl RefUnwindSafe for SettingsListOptions
impl Send for SettingsListOptions
impl Sync for SettingsListOptions
impl Unpin for SettingsListOptions
impl UnsafeUnpin for SettingsListOptions
impl UnwindSafe for SettingsListOptions
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