pub enum match_t {
MATCH,
NOT_MATCH,
SKIP,
}
Variants§
Trait Implementations§
impl Copy for match_t
impl Eq for match_t
impl StructuralPartialEq for match_t
Auto Trait Implementations§
impl Freeze for match_t
impl RefUnwindSafe for match_t
impl Send for match_t
impl Sync for match_t
impl Unpin for match_t
impl UnwindSafe for match_t
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