pub struct Ed25519PK(pub [u8; 32]);Expand description
An ed25519 public key.
Tuple Fields§
§0: [u8; 32]Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Ed25519PK
impl<'de> Deserialize<'de> for Ed25519PK
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for Ed25519PK
impl Ord for Ed25519PK
Source§impl PartialOrd for Ed25519PK
impl PartialOrd for Ed25519PK
impl Copy for Ed25519PK
impl Eq for Ed25519PK
impl StructuralPartialEq for Ed25519PK
Auto Trait Implementations§
impl Freeze for Ed25519PK
impl RefUnwindSafe for Ed25519PK
impl Send for Ed25519PK
impl Sync for Ed25519PK
impl Unpin for Ed25519PK
impl UnwindSafe for Ed25519PK
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