Struct tor_hscrypto::pk::HsClientDescEncSecretKey
source · pub struct HsClientDescEncSecretKey(_);Expand description
The private counterpart of a [`HsClientDescEncKeyKey’].
Trait Implementations§
source§impl AsRef<StaticSecret> for HsClientDescEncSecretKey
impl AsRef<StaticSecret> for HsClientDescEncSecretKey
source§fn as_ref(&self) -> &StaticSecret
fn as_ref(&self) -> &StaticSecret
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Debug for HsClientDescEncSecretKey
impl Debug for HsClientDescEncSecretKey
source§impl From<HsClientDescEncSecretKey> for StaticSecret
impl From<HsClientDescEncSecretKey> for StaticSecret
source§fn from(original: HsClientDescEncSecretKey) -> Self
fn from(original: HsClientDescEncSecretKey) -> Self
Converts to this type from the input type.
source§impl From<StaticSecret> for HsClientDescEncSecretKey
impl From<StaticSecret> for HsClientDescEncSecretKey
source§fn from(original: StaticSecret) -> HsClientDescEncSecretKey
fn from(original: StaticSecret) -> HsClientDescEncSecretKey
Converts to this type from the input type.