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