#[repr(i32)]
pub enum Matching {
Continue,
Terminate,
}
Expand description
Indicating whether or not matching should continue on the target data.
Variants
Continue
The matching should continue
Terminate
The matching should cease
Trait Implementations
sourceimpl MatchEventHandler for Matching
impl MatchEventHandler for Matching
impl Copy for Matching
impl Eq for Matching
impl StructuralEq for Matching
impl StructuralPartialEq for Matching
Auto Trait Implementations
impl RefUnwindSafe for Matching
impl Send for Matching
impl Sync for Matching
impl Unpin for Matching
impl UnwindSafe for Matching
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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