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