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