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