pub struct SignEvmTypedDataResponse { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for SignEvmTypedDataResponse
impl Clone for SignEvmTypedDataResponse
Source§fn clone(&self) -> SignEvmTypedDataResponse
fn clone(&self) -> SignEvmTypedDataResponse
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 SignEvmTypedDataResponse
impl Debug for SignEvmTypedDataResponse
Source§impl Default for SignEvmTypedDataResponse
impl Default for SignEvmTypedDataResponse
Source§impl From<SignEvmTypedDataResponse> for SignEvmTypedDataResponse
impl From<SignEvmTypedDataResponse> for SignEvmTypedDataResponse
Source§fn from(value: SignEvmTypedDataResponse) -> Self
fn from(value: SignEvmTypedDataResponse) -> Self
Converts to this type from the input type.
Source§impl TryFrom<SignEvmTypedDataResponse> for SignEvmTypedDataResponse
impl TryFrom<SignEvmTypedDataResponse> for SignEvmTypedDataResponse
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: SignEvmTypedDataResponse) -> Result<Self, ConversionError>
fn try_from(value: SignEvmTypedDataResponse) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for SignEvmTypedDataResponse
impl RefUnwindSafe for SignEvmTypedDataResponse
impl Send for SignEvmTypedDataResponse
impl Sync for SignEvmTypedDataResponse
impl Unpin for SignEvmTypedDataResponse
impl UnwindSafe for SignEvmTypedDataResponse
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