pub struct RoleInOrganization {}Trait Implementations§
impl HasInputField<organizationRole, RoleInOrganization> for UpdateEnterpriseOwnerOrganizationRoleInput
Auto Trait Implementations§
impl Freeze for RoleInOrganization
impl RefUnwindSafe for RoleInOrganization
impl Send for RoleInOrganization
impl Sync for RoleInOrganization
impl Unpin for RoleInOrganization
impl UnwindSafe for RoleInOrganization
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