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