pub struct Ed25519KeyHashes(/* private fields */);
Implementations§
Trait Implementations§
Source§impl AsRef<[Ed25519KeyHash]> for Ed25519KeyHashes
impl AsRef<[Ed25519KeyHash]> for Ed25519KeyHashes
Source§fn as_ref(&self) -> &[Ed25519KeyHash]
fn as_ref(&self) -> &[Ed25519KeyHash]
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for Ed25519KeyHashes
impl Clone for Ed25519KeyHashes
Source§fn clone(&self) -> Ed25519KeyHashes
fn clone(&self) -> Ed25519KeyHashes
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 Ed25519KeyHashes
impl Debug for Ed25519KeyHashes
Source§impl Decode for Ed25519KeyHashes
impl Decode for Ed25519KeyHashes
Source§impl From<Vec<Ed25519KeyHash>> for Ed25519KeyHashes
impl From<Vec<Ed25519KeyHash>> for Ed25519KeyHashes
Source§fn from(v: Vec<Ed25519KeyHash>) -> Self
fn from(v: Vec<Ed25519KeyHash>) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Ed25519KeyHashes
impl PartialEq for Ed25519KeyHashes
impl Eq for Ed25519KeyHashes
impl StructuralPartialEq for Ed25519KeyHashes
Auto Trait Implementations§
impl Freeze for Ed25519KeyHashes
impl RefUnwindSafe for Ed25519KeyHashes
impl Send for Ed25519KeyHashes
impl Sync for Ed25519KeyHashes
impl Unpin for Ed25519KeyHashes
impl UnwindSafe for Ed25519KeyHashes
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