Enum nextest_metadata::FilterMatch
source · pub enum FilterMatch {
Matches,
Mismatch {
reason: MismatchReason,
},
}
Expand description
An enum describing whether a test matches a filter.
Variants§
Matches
This test matches this filter.
Mismatch
This test does not match this filter.
Fields
§
reason: MismatchReason
Describes the reason this filter isn’t matched.
Implementations§
Trait Implementations§
source§impl Clone for FilterMatch
impl Clone for FilterMatch
source§fn clone(&self) -> FilterMatch
fn clone(&self) -> FilterMatch
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 FilterMatch
impl Debug for FilterMatch
source§impl<'de> Deserialize<'de> for FilterMatch
impl<'de> Deserialize<'de> for FilterMatch
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for FilterMatch
impl PartialEq for FilterMatch
source§impl Serialize for FilterMatch
impl Serialize for FilterMatch
impl Copy for FilterMatch
impl Eq for FilterMatch
impl StructuralPartialEq for FilterMatch
Auto Trait Implementations§
impl Freeze for FilterMatch
impl RefUnwindSafe for FilterMatch
impl Send for FilterMatch
impl Sync for FilterMatch
impl Unpin for FilterMatch
impl UnwindSafe for FilterMatch
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)