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