pub struct HideSigningIdentity(/* private fields */);Expand description
An opaque signing identity. As with secret keys, no function exports the seed: a binding can sign, and cannot leak.
Auto Trait Implementations§
impl Freeze for HideSigningIdentity
impl RefUnwindSafe for HideSigningIdentity
impl Send for HideSigningIdentity
impl Sync for HideSigningIdentity
impl Unpin for HideSigningIdentity
impl UnsafeUnpin for HideSigningIdentity
impl UnwindSafe for HideSigningIdentity
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