pub struct teamCreationRole;Trait Implementations§
Source§impl Field for teamCreationRole
impl Field for teamCreationRole
impl HasInputField<teamCreationRole, Option<UserRoleType>> for OrganizationSecuritySettingsInput
Auto Trait Implementations§
impl Freeze for teamCreationRole
impl RefUnwindSafe for teamCreationRole
impl Send for teamCreationRole
impl Sync for teamCreationRole
impl Unpin for teamCreationRole
impl UnwindSafe for teamCreationRole
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