pub struct Recipient { /* private fields */ }Expand description
Public-key recipient extracted from a super::VerifyResult.
Implementations§
Auto Trait Implementations§
impl !Send for Recipient
impl !Sync for Recipient
impl Freeze for Recipient
impl RefUnwindSafe for Recipient
impl Unpin for Recipient
impl UnsafeUnpin for Recipient
impl UnwindSafe for Recipient
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