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