pub struct SignatureMetadata { /* private fields */ }
Trait Implementations§
Source§impl Clone for SignatureMetadata
impl Clone for SignatureMetadata
Source§fn clone(&self) -> SignatureMetadata
fn clone(&self) -> SignatureMetadata
Returns a copy 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 SignatureMetadata
impl Debug for SignatureMetadata
Source§impl<'de> Deserialize<'de> for SignatureMetadata
impl<'de> Deserialize<'de> for SignatureMetadata
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 From<SignatureMetadata> for HashMap<String, String>
impl From<SignatureMetadata> for HashMap<String, String>
Source§fn from(val: SignatureMetadata) -> Self
fn from(val: SignatureMetadata) -> Self
Converts to this type from the input type.
Source§impl Serialize for SignatureMetadata
impl Serialize for SignatureMetadata
Auto Trait Implementations§
impl Freeze for SignatureMetadata
impl RefUnwindSafe for SignatureMetadata
impl Send for SignatureMetadata
impl Sync for SignatureMetadata
impl Unpin for SignatureMetadata
impl UnwindSafe for SignatureMetadata
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