pub struct preferences;Trait Implementations§
Source§impl Field for preferences
impl Field for preferences
Source§impl HasField<preferences> for ViewPreferences
impl HasField<preferences> for ViewPreferences
Source§type Type = ViewPreferencesValues
type Type = ViewPreferencesValues
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for preferences
impl RefUnwindSafe for preferences
impl Send for preferences
impl Sync for preferences
impl Unpin for preferences
impl UnwindSafe for preferences
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