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