pub struct SignatureInputV1TypeString;Trait Implementations§
Source§impl Clone for SignatureInputV1TypeString
impl Clone for SignatureInputV1TypeString
Source§fn clone(&self) -> SignatureInputV1TypeString
fn clone(&self) -> SignatureInputV1TypeString
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 SignatureInputV1TypeString
impl Debug for SignatureInputV1TypeString
Source§impl Default for SignatureInputV1TypeString
impl Default for SignatureInputV1TypeString
Source§fn default() -> SignatureInputV1TypeString
fn default() -> SignatureInputV1TypeString
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SignatureInputV1TypeString
impl<'de> Deserialize<'de> for SignatureInputV1TypeString
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 Hash for SignatureInputV1TypeString
impl Hash for SignatureInputV1TypeString
Source§impl LitStr for SignatureInputV1TypeString
impl LitStr for SignatureInputV1TypeString
const LIT: &'static str = "string"
fn lit_serialize<S>(
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn lit_deserialize<'de, D>(
deserializer: D,
) -> Result<(), <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Self: Sized,
fn lit_hash<H>(state: &mut H)where
H: Hasher,
fn lit_fmt(f: &mut Formatter<'_>) -> Result<(), Error>
impl Eq for SignatureInputV1TypeString
impl StructuralPartialEq for SignatureInputV1TypeString
Auto Trait Implementations§
impl Freeze for SignatureInputV1TypeString
impl RefUnwindSafe for SignatureInputV1TypeString
impl Send for SignatureInputV1TypeString
impl Sync for SignatureInputV1TypeString
impl Unpin for SignatureInputV1TypeString
impl UnwindSafe for SignatureInputV1TypeString
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