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