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