pub struct GrantEnterpriseOrganizationsMigratorRoleInput;Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for GrantEnterpriseOrganizationsMigratorRoleInput
impl HasInputField<enterpriseId, Id> for GrantEnterpriseOrganizationsMigratorRoleInput
impl HasInputField<login, String> for GrantEnterpriseOrganizationsMigratorRoleInput
impl InputObjectMarker for GrantEnterpriseOrganizationsMigratorRoleInput
Auto Trait Implementations§
impl Freeze for GrantEnterpriseOrganizationsMigratorRoleInput
impl RefUnwindSafe for GrantEnterpriseOrganizationsMigratorRoleInput
impl Send for GrantEnterpriseOrganizationsMigratorRoleInput
impl Sync for GrantEnterpriseOrganizationsMigratorRoleInput
impl Unpin for GrantEnterpriseOrganizationsMigratorRoleInput
impl UnwindSafe for GrantEnterpriseOrganizationsMigratorRoleInput
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