pub struct CollateralAccount4 {
pub id: GenericIdentification165,
pub asst_hldg: Vec<AssetHolding1>,
}Fields§
§id: GenericIdentification165§asst_hldg: Vec<AssetHolding1>Implementations§
Source§impl CollateralAccount4
impl CollateralAccount4
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CollateralAccount4
impl RefUnwindSafe for CollateralAccount4
impl Send for CollateralAccount4
impl Sync for CollateralAccount4
impl Unpin for CollateralAccount4
impl UnwindSafe for CollateralAccount4
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