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