pub struct hasTwoFactorEnabled;Trait Implementations§
Source§impl HasArgument<hasTwoFactorEnabled> for admins
impl HasArgument<hasTwoFactorEnabled> for admins
Auto Trait Implementations§
impl Freeze for hasTwoFactorEnabled
impl RefUnwindSafe for hasTwoFactorEnabled
impl Send for hasTwoFactorEnabled
impl Sync for hasTwoFactorEnabled
impl Unpin for hasTwoFactorEnabled
impl UnwindSafe for hasTwoFactorEnabled
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