pub struct Signature64(pub [u8; 64]);Expand description
64-byte signature wrapper with serde support
Tuple Fields§
§0: [u8; 64]Trait Implementations§
Source§impl Clone for Signature64
impl Clone for Signature64
Source§fn clone(&self) -> Signature64
fn clone(&self) -> Signature64
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 moreimpl Copy for Signature64
Source§impl Debug for Signature64
impl Debug for Signature64
Source§impl<'de> Deserialize<'de> for Signature64
impl<'de> Deserialize<'de> for Signature64
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
impl Eq for Signature64
Source§impl PartialEq for Signature64
impl PartialEq for Signature64
Source§impl Serialize for Signature64
impl Serialize for Signature64
impl StructuralPartialEq for Signature64
Auto Trait Implementations§
impl Freeze for Signature64
impl RefUnwindSafe for Signature64
impl Send for Signature64
impl Sync for Signature64
impl Unpin for Signature64
impl UnsafeUnpin for Signature64
impl UnwindSafe for Signature64
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.