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