pub struct OvernightIndexSwap4Choice {
pub data_set_actn: Option<ReportPeriodActivity3Code>,
pub tx: Option<Vec<OvernightIndexSwapTransaction4>>,
}Fields§
§data_set_actn: Option<ReportPeriodActivity3Code>§tx: Option<Vec<OvernightIndexSwapTransaction4>>Implementations§
Source§impl OvernightIndexSwap4Choice
impl OvernightIndexSwap4Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for OvernightIndexSwap4Choice
impl RefUnwindSafe for OvernightIndexSwap4Choice
impl Send for OvernightIndexSwap4Choice
impl Sync for OvernightIndexSwap4Choice
impl Unpin for OvernightIndexSwap4Choice
impl UnwindSafe for OvernightIndexSwap4Choice
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