pub struct EmptySettingProvider;Expand description
Default empty setting provider (no settings available)
Trait Implementations§
Source§impl SettingProvider for EmptySettingProvider
impl SettingProvider for EmptySettingProvider
Source§fn list_settings(&self) -> Vec<SettingInfo>
fn list_settings(&self) -> Vec<SettingInfo>
List all available settings
Auto Trait Implementations§
impl Freeze for EmptySettingProvider
impl RefUnwindSafe for EmptySettingProvider
impl Send for EmptySettingProvider
impl Sync for EmptySettingProvider
impl Unpin for EmptySettingProvider
impl UnsafeUnpin for EmptySettingProvider
impl UnwindSafe for EmptySettingProvider
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