pub struct TypedDescriptorLookup {
pub chain_id: u64,
pub verifying_contract: String,
pub primary_type: String,
pub encode_type_hash: Option<String>,
}Expand description
Lookup parameters for EIP-712 descriptor resolution.
Fields§
§chain_id: u64§verifying_contract: String§primary_type: String§encode_type_hash: Option<String>Trait Implementations§
Source§impl Clone for TypedDescriptorLookup
impl Clone for TypedDescriptorLookup
Source§fn clone(&self) -> TypedDescriptorLookup
fn clone(&self) -> TypedDescriptorLookup
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TypedDescriptorLookup
impl RefUnwindSafe for TypedDescriptorLookup
impl Send for TypedDescriptorLookup
impl Sync for TypedDescriptorLookup
impl Unpin for TypedDescriptorLookup
impl UnsafeUnpin for TypedDescriptorLookup
impl UnwindSafe for TypedDescriptorLookup
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