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