pub struct SignatureSerializationFormat<T> { /* private fields */ }Trait Implementations§
Source§impl<T> Clone for SignatureSerializationFormat<T>where
T: Clone,
impl<T> Clone for SignatureSerializationFormat<T>where
T: Clone,
Source§fn clone(&self) -> SignatureSerializationFormat<T>
fn clone(&self) -> SignatureSerializationFormat<T>
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<T> Debug for SignatureSerializationFormat<T>where
T: Debug,
impl<T> Debug for SignatureSerializationFormat<T>where
T: Debug,
Source§impl<'de, T> Deserialize<'de> for SignatureSerializationFormat<T>where
T: Deserialize<'de>,
impl<'de, T> Deserialize<'de> for SignatureSerializationFormat<T>where
T: Deserialize<'de>,
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<SignatureSerializationFormat<T>, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<SignatureSerializationFormat<T>, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<T> From<SignatureSerializationFormat<T>> for Signed<T>where
T: Signable,
impl<T> From<SignatureSerializationFormat<T>> for Signed<T>where
T: Signable,
Source§fn from(src: SignatureSerializationFormat<T>) -> Signed<T>
fn from(src: SignatureSerializationFormat<T>) -> Signed<T>
Converts to this type from the input type.
Source§impl<T> From<Signed<T>> for SignatureSerializationFormat<T>where
T: Signable,
impl<T> From<Signed<T>> for SignatureSerializationFormat<T>where
T: Signable,
Source§fn from(src: Signed<T>) -> SignatureSerializationFormat<T>
fn from(src: Signed<T>) -> SignatureSerializationFormat<T>
Converts to this type from the input type.
Source§impl<T> PartialEq for SignatureSerializationFormat<T>where
T: PartialEq,
impl<T> PartialEq for SignatureSerializationFormat<T>where
T: PartialEq,
Source§fn eq(&self, other: &SignatureSerializationFormat<T>) -> bool
fn eq(&self, other: &SignatureSerializationFormat<T>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<T> Serialize for SignatureSerializationFormat<T>where
T: Serialize,
impl<T> Serialize for SignatureSerializationFormat<T>where
T: Serialize,
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl<T> Eq for SignatureSerializationFormat<T>where
T: Eq,
impl<T> StructuralPartialEq for SignatureSerializationFormat<T>
Auto Trait Implementations§
impl<T> Freeze for SignatureSerializationFormat<T>where
T: Freeze,
impl<T> RefUnwindSafe for SignatureSerializationFormat<T>where
T: RefUnwindSafe,
impl<T> Send for SignatureSerializationFormat<T>where
T: Send,
impl<T> Sync for SignatureSerializationFormat<T>where
T: Sync,
impl<T> Unpin for SignatureSerializationFormat<T>where
T: Unpin,
impl<T> UnwindSafe for SignatureSerializationFormat<T>where
T: UnwindSafe,
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,
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.