Struct easyfix_messages::messages::SettlDetails  
source · [−]pub struct SettlDetails {
    pub settl_oblig_source: Option<SettlObligSource>,
    pub settl_parties: Option<Vec<SettlParties>>,
}Fields
settl_oblig_source: Option<SettlObligSource>settl_parties: Option<Vec<SettlParties>>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SettlDetails
impl Send for SettlDetails
impl Sync for SettlDetails
impl Unpin for SettlDetails
impl UnwindSafe for SettlDetails
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