pub struct AssetHolding1 {
pub pst_hrcut_val: ActiveCurrencyAnd24Amount,
pub asst_tp: AssetHolding1Choice,
pub coll_rqrmnt: CollateralAccountType3Code,
}Fields§
§pst_hrcut_val: ActiveCurrencyAnd24Amount§asst_tp: AssetHolding1Choice§coll_rqrmnt: CollateralAccountType3CodeImplementations§
Source§impl AssetHolding1
impl AssetHolding1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AssetHolding1
impl RefUnwindSafe for AssetHolding1
impl Send for AssetHolding1
impl Sync for AssetHolding1
impl Unpin for AssetHolding1
impl UnwindSafe for AssetHolding1
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