pub enum SignatureContent {
V0(SignatureContentV0),
}
Expand description
A Signature content
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SignatureContent
impl Clone for SignatureContent
Source§fn clone(&self) -> SignatureContent
fn clone(&self) -> SignatureContent
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SignatureContent
impl Debug for SignatureContent
Source§impl<'de> Deserialize<'de> for SignatureContent
impl<'de> Deserialize<'de> for SignatureContent
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 Display for SignatureContent
impl Display for SignatureContent
Source§impl PartialEq for SignatureContent
impl PartialEq for SignatureContent
Source§impl Serialize for SignatureContent
impl Serialize for SignatureContent
impl Eq for SignatureContent
impl StructuralPartialEq for SignatureContent
Auto Trait Implementations§
impl Freeze for SignatureContent
impl RefUnwindSafe for SignatureContent
impl Send for SignatureContent
impl Sync for SignatureContent
impl Unpin for SignatureContent
impl UnwindSafe for SignatureContent
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