Struct tor_hscrypto::pk::HsClientIntroAuthKeypair
source · pub struct HsClientIntroAuthKeypair(_);Expand description
The private counterpart of a [`HsClientIntroAuthKeyKey’].
Trait Implementations§
source§impl AsRef<Keypair> for HsClientIntroAuthKeypair
impl AsRef<Keypair> for HsClientIntroAuthKeypair
source§impl Debug for HsClientIntroAuthKeypair
impl Debug for HsClientIntroAuthKeypair
source§impl From<HsClientIntroAuthKeypair> for Keypair
impl From<HsClientIntroAuthKeypair> for Keypair
source§fn from(original: HsClientIntroAuthKeypair) -> Self
fn from(original: HsClientIntroAuthKeypair) -> Self
Converts to this type from the input type.
source§impl From<Keypair> for HsClientIntroAuthKeypair
impl From<Keypair> for HsClientIntroAuthKeypair
source§fn from(original: Keypair) -> HsClientIntroAuthKeypair
fn from(original: Keypair) -> HsClientIntroAuthKeypair
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for HsClientIntroAuthKeypair
impl Send for HsClientIntroAuthKeypair
impl Sync for HsClientIntroAuthKeypair
impl Unpin for HsClientIntroAuthKeypair
impl UnwindSafe for HsClientIntroAuthKeypair
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