pub struct DeviceAuthConfirmWhen(/* private fields */);Implementations§
Source§impl DeviceAuthConfirmWhen
impl DeviceAuthConfirmWhen
pub fn new(inner: When) -> Self
pub fn into_inner(self) -> When
pub fn body(self, value: &DeviceAuthVerify) -> Self
Auto Trait Implementations§
impl Freeze for DeviceAuthConfirmWhen
impl !RefUnwindSafe for DeviceAuthConfirmWhen
impl !Send for DeviceAuthConfirmWhen
impl !Sync for DeviceAuthConfirmWhen
impl Unpin for DeviceAuthConfirmWhen
impl UnsafeUnpin for DeviceAuthConfirmWhen
impl !UnwindSafe for DeviceAuthConfirmWhen
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