pub struct SettingsTuple(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SettingsTuple
impl RefUnwindSafe for SettingsTuple
impl Send for SettingsTuple
impl Sync for SettingsTuple
impl Unpin for SettingsTuple
impl UnwindSafe for SettingsTuple
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