pub struct User<'app, 'open> { /* private fields */ }Expand description
State of an OpenPGP card after successfully verifying the User PIN (this verification allow user operations other than signing).
In this state, e.g. decryption operations and authentication operations can be performed.
Trait Implementations§
Auto Trait Implementations§
impl<'app, 'open> Freeze for User<'app, 'open>
impl<'app, 'open> !RefUnwindSafe for User<'app, 'open>
impl<'app, 'open> Send for User<'app, 'open>
impl<'app, 'open> Sync for User<'app, 'open>
impl<'app, 'open> Unpin for User<'app, 'open>
impl<'app, 'open> !UnwindSafe for User<'app, 'open>
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