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