pub struct userSettingsUpdate;Trait Implementations§
Source§impl Field for userSettingsUpdate
impl Field for userSettingsUpdate
Source§impl HasArgument<id> for userSettingsUpdate
impl HasArgument<id> for userSettingsUpdate
Source§impl HasArgument<input> for userSettingsUpdate
impl HasArgument<input> for userSettingsUpdate
Source§type ArgumentType = UserSettingsUpdateInput
type ArgumentType = UserSettingsUpdateInput
The schema marker type of this argument.
Source§impl HasField<userSettingsUpdate> for Mutation
impl HasField<userSettingsUpdate> for Mutation
Source§type Type = UserSettingsPayload
type Type = UserSettingsPayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for userSettingsUpdate
impl RefUnwindSafe for userSettingsUpdate
impl Send for userSettingsUpdate
impl Sync for userSettingsUpdate
impl Unpin for userSettingsUpdate
impl UnwindSafe for userSettingsUpdate
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