pub struct Admin<'app, 'open> { /* private fields */ }Expand description
State of an OpenPGP card after successful verification the Admin PIN.
In this state, the card can be configured, e.g.: importing key material onto the card, or setting the cardholder name.
Trait Implementations§
Auto Trait Implementations§
impl<'app, 'open> Freeze for Admin<'app, 'open>
impl<'app, 'open> !RefUnwindSafe for Admin<'app, 'open>
impl<'app, 'open> Send for Admin<'app, 'open>
impl<'app, 'open> Sync for Admin<'app, 'open>
impl<'app, 'open> Unpin for Admin<'app, 'open>
impl<'app, 'open> !UnwindSafe for Admin<'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