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