pub struct MatchRules {
pub match_algorithm: Option<FixString>,
pub match_type: Option<MatchType>,
}
Fields§
§match_algorithm: Option<FixString>
Tag 1142.
match_type: Option<MatchType>
Tag 574.
Trait Implementations§
Source§impl Clone for MatchRules
impl Clone for MatchRules
Source§fn clone(&self) -> MatchRules
fn clone(&self) -> MatchRules
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MatchRules
impl Debug for MatchRules
Source§impl Default for MatchRules
impl Default for MatchRules
Source§fn default() -> MatchRules
fn default() -> MatchRules
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MatchRules
impl RefUnwindSafe for MatchRules
impl Send for MatchRules
impl Sync for MatchRules
impl Unpin for MatchRules
impl UnwindSafe for MatchRules
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more