Struct easyfix_messages::groups::PreAllocGrp
source · [−]pub struct PreAllocGrp {
pub alloc_account: Option<FixString>,
pub alloc_acct_id_source: Option<Int>,
pub alloc_settl_currency: Option<Currency>,
pub individual_alloc_id: Option<FixString>,
pub nested_parties: Option<Vec<NestedParties>>,
pub alloc_qty: Option<Qty>,
}Fields
alloc_account: Option<FixString>alloc_acct_id_source: Option<Int>alloc_settl_currency: Option<Currency>individual_alloc_id: Option<FixString>nested_parties: Option<Vec<NestedParties>>alloc_qty: Option<Qty>Trait Implementations
sourceimpl Clone for PreAllocGrp
impl Clone for PreAllocGrp
sourcefn clone(&self) -> PreAllocGrp
fn clone(&self) -> PreAllocGrp
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl RefUnwindSafe for PreAllocGrp
impl Send for PreAllocGrp
impl Sync for PreAllocGrp
impl Unpin for PreAllocGrp
impl UnwindSafe for PreAllocGrp
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