pub struct Eip712DomainType {
pub name: String,
pub type: String,
}Expand description
Represents the name and type pair
Fields§
§name: String§type: StringTrait Implementations§
Source§impl Clone for Eip712DomainType
impl Clone for Eip712DomainType
Source§fn clone(&self) -> Eip712DomainType
fn clone(&self) -> Eip712DomainType
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 Eip712DomainType
impl Debug for Eip712DomainType
Source§impl<'de> Deserialize<'de> for Eip712DomainType
impl<'de> Deserialize<'de> for Eip712DomainType
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 Eip712DomainType
impl PartialEq for Eip712DomainType
Source§impl Serialize for Eip712DomainType
impl Serialize for Eip712DomainType
impl Eq for Eip712DomainType
impl StructuralPartialEq for Eip712DomainType
Auto Trait Implementations§
impl Freeze for Eip712DomainType
impl RefUnwindSafe for Eip712DomainType
impl Send for Eip712DomainType
impl Sync for Eip712DomainType
impl Unpin for Eip712DomainType
impl UnwindSafe for Eip712DomainType
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