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