pub struct preferences;Trait Implementations§
Source§impl Field for preferences
impl Field for preferences
impl HasInputField<preferences, Option<JSONObject>> for ViewPreferencesUpdateInput
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