pub struct KeypairEncoding(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for KeypairEncoding
impl Clone for KeypairEncoding
Source§fn clone(&self) -> KeypairEncoding
fn clone(&self) -> KeypairEncoding
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 KeypairEncoding
impl Debug for KeypairEncoding
Source§impl Hash for KeypairEncoding
impl Hash for KeypairEncoding
Source§impl Ord for KeypairEncoding
impl Ord for KeypairEncoding
Source§fn cmp(&self, other: &KeypairEncoding) -> Ordering
fn cmp(&self, other: &KeypairEncoding) -> 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 KeypairEncoding
impl PartialEq for KeypairEncoding
Source§impl PartialOrd for KeypairEncoding
impl PartialOrd for KeypairEncoding
impl Copy for KeypairEncoding
impl Eq for KeypairEncoding
impl StructuralPartialEq for KeypairEncoding
Auto Trait Implementations§
impl Freeze for KeypairEncoding
impl RefUnwindSafe for KeypairEncoding
impl Send for KeypairEncoding
impl Sync for KeypairEncoding
impl Unpin for KeypairEncoding
impl UnwindSafe for KeypairEncoding
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