pub struct userSettingsFlagsReset;Trait Implementations§
Source§impl Field for userSettingsFlagsReset
impl Field for userSettingsFlagsReset
Source§impl HasArgument<flags> for userSettingsFlagsReset
impl HasArgument<flags> for userSettingsFlagsReset
Source§type ArgumentType = Option<Vec<UserFlagType>>
type ArgumentType = Option<Vec<UserFlagType>>
The schema marker type of this argument.
Source§impl HasField<userSettingsFlagsReset> for Mutation
impl HasField<userSettingsFlagsReset> for Mutation
Source§type Type = UserSettingsFlagsResetPayload
type Type = UserSettingsFlagsResetPayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for userSettingsFlagsReset
impl RefUnwindSafe for userSettingsFlagsReset
impl Send for userSettingsFlagsReset
impl Sync for userSettingsFlagsReset
impl Unpin for userSettingsFlagsReset
impl UnwindSafe for userSettingsFlagsReset
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