pub enum MatchReason {
Token,
NormParam,
Section4,
}Expand description
Match reason when a message matches a parameter alias
Variants§
Trait Implementations§
Source§impl Clone for MatchReason
impl Clone for MatchReason
Source§fn clone(&self) -> MatchReason
fn clone(&self) -> MatchReason
Returns a duplicate 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 MatchReason
impl Debug for MatchReason
impl Copy for MatchReason
Auto Trait Implementations§
impl Freeze for MatchReason
impl RefUnwindSafe for MatchReason
impl Send for MatchReason
impl Sync for MatchReason
impl Unpin for MatchReason
impl UnwindSafe for MatchReason
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