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