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