Struct tor_hscrypto::pk::HsClientDescEncSecretKey
source · pub struct HsClientDescEncSecretKey(/* private fields */);Expand description
The private counterpart of a [`HsClientDescEncKeyKey’].
Trait Implementations§
source§impl AsRef<StaticSecret> for HsClientDescEncSecretKey
impl AsRef<StaticSecret> for HsClientDescEncSecretKey
source§impl Debug for HsClientDescEncSecretKey
impl Debug for HsClientDescEncSecretKey
source§impl From<&HsClientDescEncSecretKey> for HsClientDescEncKey
impl From<&HsClientDescEncSecretKey> for HsClientDescEncKey
source§fn from(ks: &HsClientDescEncSecretKey) -> Self
fn from(ks: &HsClientDescEncSecretKey) -> Self
Converts to this type from the input type.
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.
Auto Trait Implementations§
impl RefUnwindSafe for HsClientDescEncSecretKey
impl Send for HsClientDescEncSecretKey
impl Sync for HsClientDescEncSecretKey
impl Unpin for HsClientDescEncSecretKey
impl UnwindSafe for HsClientDescEncSecretKey
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