pub struct operation;Trait Implementations§
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.
Auto Trait Implementations§
impl Freeze for operation
impl RefUnwindSafe for operation
impl Send for operation
impl Sync for operation
impl Unpin for operation
impl UnwindSafe for operation
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