pub enum MatchingOp {
On,
Ignoring,
}
Expand description
A matching clause type
Variants§
Trait Implementations§
Source§impl Clone for MatchingOp
impl Clone for MatchingOp
Source§fn clone(&self) -> MatchingOp
fn clone(&self) -> MatchingOp
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 MatchingOp
impl Debug for MatchingOp
Source§impl Display for MatchingOp
impl Display for MatchingOp
Source§impl PartialEq for MatchingOp
impl PartialEq for MatchingOp
impl Eq for MatchingOp
impl StructuralPartialEq for MatchingOp
Auto Trait Implementations§
impl Freeze for MatchingOp
impl RefUnwindSafe for MatchingOp
impl Send for MatchingOp
impl Sync for MatchingOp
impl Unpin for MatchingOp
impl UnwindSafe for MatchingOp
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