pub struct HideSecretKey(/* private fields */);Expand description
An opaque secret key. The caller only ever holds this pointer; there is no accessor that returns the underlying bytes.
Auto Trait Implementations§
impl Freeze for HideSecretKey
impl RefUnwindSafe for HideSecretKey
impl Send for HideSecretKey
impl Sync for HideSecretKey
impl Unpin for HideSecretKey
impl UnsafeUnpin for HideSecretKey
impl UnwindSafe for HideSecretKey
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