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