Struct easyfix_messages::groups::MiscFeesGrp
source · [−]pub struct MiscFeesGrp {
pub misc_fee_amt: Option<Amt>,
pub misc_fee_curr: Option<Currency>,
pub misc_fee_type: Option<MiscFeeType>,
pub misc_fee_basis: Option<MiscFeeBasis>,
}Fields
misc_fee_amt: Option<Amt>misc_fee_curr: Option<Currency>misc_fee_type: Option<MiscFeeType>misc_fee_basis: Option<MiscFeeBasis>Trait Implementations
sourceimpl Clone for MiscFeesGrp
impl Clone for MiscFeesGrp
sourcefn clone(&self) -> MiscFeesGrp
fn clone(&self) -> MiscFeesGrp
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 MiscFeesGrp
impl Send for MiscFeesGrp
impl Sync for MiscFeesGrp
impl Unpin for MiscFeesGrp
impl UnwindSafe for MiscFeesGrp
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