pub struct Collateral18 {
pub valtn: SecuredCollateral2Choice,
pub hrcut: Option<f64>,
pub spcl_coll_ind: Option<SpecialCollateral2Code>,
}Fields§
§valtn: SecuredCollateral2Choice§hrcut: Option<f64>§spcl_coll_ind: Option<SpecialCollateral2Code>Implementations§
Source§impl Collateral18
impl Collateral18
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for Collateral18
impl RefUnwindSafe for Collateral18
impl Send for Collateral18
impl Sync for Collateral18
impl Unpin for Collateral18
impl UnwindSafe for Collateral18
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