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