Struct easyfix_messages::groups::SecSizesGrp
source · [−]pub struct SecSizesGrp {
pub md_sec_size_type: Option<MdSecSizeType>,
pub md_sec_size: Option<Qty>,
}Fields
md_sec_size_type: Option<MdSecSizeType>md_sec_size: Option<Qty>Trait Implementations
sourceimpl Clone for SecSizesGrp
impl Clone for SecSizesGrp
sourcefn clone(&self) -> SecSizesGrp
fn clone(&self) -> SecSizesGrp
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 SecSizesGrp
impl Send for SecSizesGrp
impl Sync for SecSizesGrp
impl Unpin for SecSizesGrp
impl UnwindSafe for SecSizesGrp
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