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