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