pub struct PreparedTransferWithAuthorization {
pub domain: Eip3009Domain,
pub authorization: TransferWithAuthorizationInput,
pub domain_separator: String,
pub struct_hash: String,
pub authorization_digest: String,
}Fields§
§domain: Eip3009Domain§domain_separator: String§struct_hash: StringTrait Implementations§
Source§impl Clone for PreparedTransferWithAuthorization
impl Clone for PreparedTransferWithAuthorization
Source§fn clone(&self) -> PreparedTransferWithAuthorization
fn clone(&self) -> PreparedTransferWithAuthorization
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 moreSource§impl<'de> Deserialize<'de> for PreparedTransferWithAuthorization
impl<'de> Deserialize<'de> for PreparedTransferWithAuthorization
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
impl Eq for PreparedTransferWithAuthorization
impl StructuralPartialEq for PreparedTransferWithAuthorization
Auto Trait Implementations§
impl Freeze for PreparedTransferWithAuthorization
impl RefUnwindSafe for PreparedTransferWithAuthorization
impl Send for PreparedTransferWithAuthorization
impl Sync for PreparedTransferWithAuthorization
impl Unpin for PreparedTransferWithAuthorization
impl UnsafeUnpin for PreparedTransferWithAuthorization
impl UnwindSafe for PreparedTransferWithAuthorization
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