pub struct NettingCutOff2 {
pub netg_id: NettingIdentification2Choice,
pub new_cut_off: Vec<CutOff1>,
}Fields§
§netg_id: NettingIdentification2Choice§new_cut_off: Vec<CutOff1>Implementations§
Source§impl NettingCutOff2
impl NettingCutOff2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for NettingCutOff2
impl RefUnwindSafe for NettingCutOff2
impl Send for NettingCutOff2
impl Sync for NettingCutOff2
impl Unpin for NettingCutOff2
impl UnwindSafe for NettingCutOff2
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