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