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