pub struct SecuredCollateral2Choice {
pub sngl_coll: Option<CollateralValuation6>,
pub mltpl_coll: Option<Vec<CollateralValuation6>>,
pub pool_coll: Option<CollateralValuation6>,
pub othr_coll: Option<Vec<CollateralValuation7>>,
}Fields§
§sngl_coll: Option<CollateralValuation6>§mltpl_coll: Option<Vec<CollateralValuation6>>§pool_coll: Option<CollateralValuation6>§othr_coll: Option<Vec<CollateralValuation7>>Implementations§
Source§impl SecuredCollateral2Choice
impl SecuredCollateral2Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SecuredCollateral2Choice
impl RefUnwindSafe for SecuredCollateral2Choice
impl Send for SecuredCollateral2Choice
impl Sync for SecuredCollateral2Choice
impl Unpin for SecuredCollateral2Choice
impl UnwindSafe for SecuredCollateral2Choice
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