pub struct ViewPreferencesType {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for ViewPreferencesType
impl RefUnwindSafe for ViewPreferencesType
impl Send for ViewPreferencesType
impl Sync for ViewPreferencesType
impl Unpin for ViewPreferencesType
impl UnwindSafe for ViewPreferencesType
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