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