pub struct Sign<'app, 'open> { /* private fields */ }Expand description
State of an OpenPGP card after successfully verifying PW1 for signing.
In this state, signatures can be issued.
Trait Implementations§
Auto Trait Implementations§
impl<'app, 'open> Freeze for Sign<'app, 'open>
impl<'app, 'open> !RefUnwindSafe for Sign<'app, 'open>
impl<'app, 'open> Send for Sign<'app, 'open>
impl<'app, 'open> Sync for Sign<'app, 'open>
impl<'app, 'open> Unpin for Sign<'app, 'open>
impl<'app, 'open> !UnwindSafe for Sign<'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