pub struct ED25519PublicKey(pub [u8; 32]);Tuple Fields§
§0: [u8; 32]Trait Implementations§
Source§impl<__AsRefT: ?Sized> AsRef<__AsRefT> for ED25519PublicKey
impl<__AsRefT: ?Sized> AsRef<__AsRefT> for ED25519PublicKey
Source§impl Clone for ED25519PublicKey
impl Clone for ED25519PublicKey
Source§fn clone(&self) -> ED25519PublicKey
fn clone(&self) -> ED25519PublicKey
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 ED25519PublicKey
impl Debug for ED25519PublicKey
impl Eq for ED25519PublicKey
Source§impl From<ED25519PublicKey> for PublicKey
impl From<ED25519PublicKey> for PublicKey
Source§fn from(ed25519: ED25519PublicKey) -> Self
fn from(ed25519: ED25519PublicKey) -> Self
Converts to this type from the input type.
Source§impl Ord for ED25519PublicKey
impl Ord for ED25519PublicKey
Source§fn cmp(&self, other: &ED25519PublicKey) -> Ordering
fn cmp(&self, other: &ED25519PublicKey) -> Ordering
1.21.0 (const: unstable) · 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 ED25519PublicKey
impl PartialEq for ED25519PublicKey
Source§fn eq(&self, other: &ED25519PublicKey) -> bool
fn eq(&self, other: &ED25519PublicKey) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ED25519PublicKey
impl PartialOrd for ED25519PublicKey
impl StructuralPartialEq for ED25519PublicKey
Auto Trait Implementations§
impl Freeze for ED25519PublicKey
impl RefUnwindSafe for ED25519PublicKey
impl Send for ED25519PublicKey
impl Sync for ED25519PublicKey
impl Unpin for ED25519PublicKey
impl UnsafeUnpin for ED25519PublicKey
impl UnwindSafe for ED25519PublicKey
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
impl<T> Read<Exclusive, BecauseExclusive> for Twhere
T: ?Sized,
Source§impl<T> ToHex for T
impl<T> ToHex for T
Source§fn encode_hex<U>(&self) -> Uwhere
U: FromIterator<char>,
fn encode_hex<U>(&self) -> Uwhere
U: FromIterator<char>,
Encode the hex strict representing
self into the result. Lower case
letters are used (e.g. f9b4ca)Source§fn encode_hex_upper<U>(&self) -> Uwhere
U: FromIterator<char>,
fn encode_hex_upper<U>(&self) -> Uwhere
U: FromIterator<char>,
Encode the hex strict representing
self into the result. Upper case
letters are used (e.g. F9B4CA)