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