pub struct PrivateKeyBytes(/* private fields */);Trait Implementations§
Source§impl BytesValue for PrivateKeyBytes
impl BytesValue for PrivateKeyBytes
Source§impl Clone for PrivateKeyBytes
impl Clone for PrivateKeyBytes
Source§fn clone(&self) -> PrivateKeyBytes
fn clone(&self) -> PrivateKeyBytes
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PrivateKeyBytes
impl Debug for PrivateKeyBytes
Source§impl PartialEq for PrivateKeyBytes
impl PartialEq for PrivateKeyBytes
Source§fn eq(&self, other: &PrivateKeyBytes) -> bool
fn eq(&self, other: &PrivateKeyBytes) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PrivateKeyBytes
Auto Trait Implementations§
impl Freeze for PrivateKeyBytes
impl RefUnwindSafe for PrivateKeyBytes
impl Send for PrivateKeyBytes
impl Sync for PrivateKeyBytes
impl Unpin for PrivateKeyBytes
impl UnsafeUnpin for PrivateKeyBytes
impl UnwindSafe for PrivateKeyBytes
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