pub enum SignatureInputV1Type {
String(SignatureInputV1TypeString),
Number(SignatureInputV1TypeNumber),
}Variants§
String(SignatureInputV1TypeString)
Number(SignatureInputV1TypeNumber)
Trait Implementations§
Source§impl Clone for SignatureInputV1Type
impl Clone for SignatureInputV1Type
Source§fn clone(&self) -> SignatureInputV1Type
fn clone(&self) -> SignatureInputV1Type
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 Debug for SignatureInputV1Type
impl Debug for SignatureInputV1Type
Source§impl<'de> Deserialize<'de> for SignatureInputV1Type
impl<'de> Deserialize<'de> for SignatureInputV1Type
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 PartialEq for SignatureInputV1Type
impl PartialEq for SignatureInputV1Type
Source§impl Serialize for SignatureInputV1Type
impl Serialize for SignatureInputV1Type
impl StructuralPartialEq for SignatureInputV1Type
Auto Trait Implementations§
impl Freeze for SignatureInputV1Type
impl RefUnwindSafe for SignatureInputV1Type
impl Send for SignatureInputV1Type
impl Sync for SignatureInputV1Type
impl Unpin for SignatureInputV1Type
impl UnwindSafe for SignatureInputV1Type
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