pub struct Silent {}Expand description
No user presence verification.
Trait Implementations§
Source§impl UserPresence for Silent
impl UserPresence for Silent
fn user_present<T: TrussedRequirements>(self, _: &mut T, _: u32) -> Result<()>
impl Copy for Silent
Auto Trait Implementations§
impl Freeze for Silent
impl RefUnwindSafe for Silent
impl Send for Silent
impl Sync for Silent
impl Unpin for Silent
impl UnwindSafe for Silent
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