Struct easyfix_messages::groups::RootParties
source · [−]pub struct RootParties {
pub root_party_id: Option<FixString>,
pub root_party_id_source: Option<Char>,
pub root_party_role: Option<Int>,
pub root_sub_parties: Option<Vec<RootSubParties>>,
}Fields
root_party_id: Option<FixString>root_party_id_source: Option<Char>root_party_role: Option<Int>root_sub_parties: Option<Vec<RootSubParties>>Trait Implementations
sourceimpl Clone for RootParties
impl Clone for RootParties
sourcefn clone(&self) -> RootParties
fn clone(&self) -> RootParties
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 RootParties
impl Send for RootParties
impl Sync for RootParties
impl Unpin for RootParties
impl UnwindSafe for RootParties
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