pub struct isDesktop;Trait Implementations§
impl HasInputField<isDesktop, Option<bool>> for EmailUserAccountAuthChallengeInput
Auto Trait Implementations§
impl Freeze for isDesktop
impl RefUnwindSafe for isDesktop
impl Send for isDesktop
impl Sync for isDesktop
impl Unpin for isDesktop
impl UnwindSafe for isDesktop
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