pub struct LossBearing2 {
pub no_cptl_loss: Option<TargetMarket1Code>,
pub ltd_cptl_loss: Option<TargetMarket1Code>,
pub ltd_cptl_loss_lvl: Option<f64>,
pub no_cptl_grnt: Option<TargetMarket1Code>,
pub loss_bynd_cptl: Option<TargetMarket1Code>,
pub othr: Option<Vec<OtherTargetMarketLossBearing1>>,
}Fields§
§no_cptl_loss: Option<TargetMarket1Code>§ltd_cptl_loss: Option<TargetMarket1Code>§ltd_cptl_loss_lvl: Option<f64>§no_cptl_grnt: Option<TargetMarket1Code>§loss_bynd_cptl: Option<TargetMarket1Code>§othr: Option<Vec<OtherTargetMarketLossBearing1>>Implementations§
Source§impl LossBearing2
impl LossBearing2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for LossBearing2
impl RefUnwindSafe for LossBearing2
impl Send for LossBearing2
impl Sync for LossBearing2
impl Unpin for LossBearing2
impl UnwindSafe for LossBearing2
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