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