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