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