pub struct AssetHolding1Choice {
pub gold: Option<ActiveCurrencyAndAmount>,
pub trpty: Option<ActiveCurrencyAndAmount>,
pub csh: Option<ActiveCurrencyAndAmount>,
pub scty: Option<SecurityIdentificationAndAmount1>,
pub grnt: Option<Guarantee1>,
pub cmmdty: Option<Commodity2>,
}Fields§
§gold: Option<ActiveCurrencyAndAmount>§trpty: Option<ActiveCurrencyAndAmount>§csh: Option<ActiveCurrencyAndAmount>§scty: Option<SecurityIdentificationAndAmount1>§grnt: Option<Guarantee1>§cmmdty: Option<Commodity2>Implementations§
Source§impl AssetHolding1Choice
impl AssetHolding1Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AssetHolding1Choice
impl RefUnwindSafe for AssetHolding1Choice
impl Send for AssetHolding1Choice
impl Sync for AssetHolding1Choice
impl Unpin for AssetHolding1Choice
impl UnwindSafe for AssetHolding1Choice
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