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