pub enum BooleanMatcher {
Exact(bool),
Any,
}Variants§
Implementations§
Trait Implementations§
Source§impl JsonMatcher for BooleanMatcher
impl JsonMatcher for BooleanMatcher
fn json_matches(&self, value: &Value) -> Vec<JsonMatcherError>
Auto Trait Implementations§
impl Freeze for BooleanMatcher
impl RefUnwindSafe for BooleanMatcher
impl Send for BooleanMatcher
impl Sync for BooleanMatcher
impl Unpin for BooleanMatcher
impl UnwindSafe for BooleanMatcher
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