pub struct NodePrivateKey { /* private fields */ }
Trait Implementations§
Source§impl Debug for NodePrivateKey
impl Debug for NodePrivateKey
Source§impl TryInto<NodePublicKeyRaw> for &NodePrivateKey
impl TryInto<NodePublicKeyRaw> for &NodePrivateKey
Source§type Error = EncryptorError
type Error = EncryptorError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for NodePrivateKey
impl RefUnwindSafe for NodePrivateKey
impl Send for NodePrivateKey
impl Sync for NodePrivateKey
impl Unpin for NodePrivateKey
impl UnwindSafe for NodePrivateKey
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