pub struct CompareTrancheIndicator1 {
pub val1: Option<TrancheIndicator3Choice>,
pub val2: Option<TrancheIndicator3Choice>,
}Fields§
§val1: Option<TrancheIndicator3Choice>§val2: Option<TrancheIndicator3Choice>Implementations§
Source§impl CompareTrancheIndicator1
impl CompareTrancheIndicator1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CompareTrancheIndicator1
impl RefUnwindSafe for CompareTrancheIndicator1
impl Send for CompareTrancheIndicator1
impl Sync for CompareTrancheIndicator1
impl Unpin for CompareTrancheIndicator1
impl UnwindSafe for CompareTrancheIndicator1
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