pub struct Ed25519KeyHash(pub [u8; 28]);
Tuple Fields§
§0: [u8; 28]
Implementations§
Trait Implementations§
Source§impl Clone for Ed25519KeyHash
impl Clone for Ed25519KeyHash
Source§fn clone(&self) -> Ed25519KeyHash
fn clone(&self) -> Ed25519KeyHash
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 Ed25519KeyHash
impl Debug for Ed25519KeyHash
Source§impl Decode for Ed25519KeyHash
impl Decode for Ed25519KeyHash
Source§impl Display for Ed25519KeyHash
impl Display for Ed25519KeyHash
Source§impl Hash for Ed25519KeyHash
impl Hash for Ed25519KeyHash
Source§impl Ord for Ed25519KeyHash
impl Ord for Ed25519KeyHash
Source§fn cmp(&self, other: &Ed25519KeyHash) -> Ordering
fn cmp(&self, other: &Ed25519KeyHash) -> 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 Ed25519KeyHash
impl PartialEq for Ed25519KeyHash
Source§impl PartialOrd for Ed25519KeyHash
impl PartialOrd for Ed25519KeyHash
impl Eq for Ed25519KeyHash
impl StructuralPartialEq for Ed25519KeyHash
Auto Trait Implementations§
impl Freeze for Ed25519KeyHash
impl RefUnwindSafe for Ed25519KeyHash
impl Send for Ed25519KeyHash
impl Sync for Ed25519KeyHash
impl Unpin for Ed25519KeyHash
impl UnwindSafe for Ed25519KeyHash
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