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