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