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