Enum nextest_metadata::FilterMatch [−][src]
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
Fields
reason: MismatchReason
Describes the reason this filter isn’t matched.
This test does not match this filter.
Implementations
Trait Implementations
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for FilterMatch
impl Send for FilterMatch
impl Sync for FilterMatch
impl Unpin for FilterMatch
impl UnwindSafe for FilterMatch
Blanket Implementations
Mutably borrows from an owned value. Read more