pub struct SettlementObligationReport {
    pub appl_id: Option<Str>,
    pub appl_seq_num: Option<SeqNum>,
    pub appl_last_seq_num: Option<SeqNum>,
    pub appl_resend_flag: Option<Boolean>,
    pub clearing_business_date: Option<LocalMktDate>,
    pub settlement_cycle_no: Option<Int>,
    pub settl_oblig_msg_id: Str,
    pub settl_oblig_mode: SettlObligMode,
    pub text: Option<Str>,
    pub encoded_text: Option<Data>,
    pub transact_time: Option<UtcTimestamp>,
    pub settl_obligation_instructions: Option<Vec<SettlObligationInstructions>>,
}Fields
appl_id: Option<Str>appl_seq_num: Option<SeqNum>appl_last_seq_num: Option<SeqNum>appl_resend_flag: Option<Boolean>clearing_business_date: Option<LocalMktDate>settlement_cycle_no: Option<Int>settl_oblig_msg_id: Strsettl_oblig_mode: SettlObligModetext: Option<Str>encoded_text: Option<Data>transact_time: Option<UtcTimestamp>settl_obligation_instructions: Option<Vec<SettlObligationInstructions>>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SettlementObligationReport
impl Send for SettlementObligationReport
impl Sync for SettlementObligationReport
impl Unpin for SettlementObligationReport
impl UnwindSafe for SettlementObligationReport
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more