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