pub struct SettingsCache { /* private fields */ }
Trait Implementations§
Source§impl Clone for SettingsCache
impl Clone for SettingsCache
Source§fn clone(&self) -> SettingsCache
fn clone(&self) -> SettingsCache
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SettingsCache
impl Debug for SettingsCache
Source§impl Default for SettingsCache
impl Default for SettingsCache
Source§fn default() -> SettingsCache
fn default() -> SettingsCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SettingsCache
impl !RefUnwindSafe for SettingsCache
impl !Send for SettingsCache
impl !Sync for SettingsCache
impl Unpin for SettingsCache
impl !UnwindSafe for SettingsCache
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