pub struct SecretkeyEncoding(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for SecretkeyEncoding
impl Clone for SecretkeyEncoding
Source§fn clone(&self) -> SecretkeyEncoding
fn clone(&self) -> SecretkeyEncoding
Returns a duplicate of the value. Read more
1.0.0 · 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 SecretkeyEncoding
impl Debug for SecretkeyEncoding
Source§impl Hash for SecretkeyEncoding
impl Hash for SecretkeyEncoding
Source§impl Ord for SecretkeyEncoding
impl Ord for SecretkeyEncoding
Source§fn cmp(&self, other: &SecretkeyEncoding) -> Ordering
fn cmp(&self, other: &SecretkeyEncoding) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SecretkeyEncoding
impl PartialEq for SecretkeyEncoding
Source§impl PartialOrd for SecretkeyEncoding
impl PartialOrd for SecretkeyEncoding
impl Copy for SecretkeyEncoding
impl Eq for SecretkeyEncoding
impl StructuralPartialEq for SecretkeyEncoding
Auto Trait Implementations§
impl Freeze for SecretkeyEncoding
impl RefUnwindSafe for SecretkeyEncoding
impl Send for SecretkeyEncoding
impl Sync for SecretkeyEncoding
impl Unpin for SecretkeyEncoding
impl UnwindSafe for SecretkeyEncoding
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