pub struct BoolMatcher;
Expand description
A matcher for boolean values.
Does not support custom operators.
Trait Implementations§
Source§impl<Ctx: ?Sized> Matcher<Ctx> for BoolMatcher
impl<Ctx: ?Sized> Matcher<Ctx> for BoolMatcher
Auto Trait Implementations§
impl Freeze for BoolMatcher
impl RefUnwindSafe for BoolMatcher
impl Send for BoolMatcher
impl Sync for BoolMatcher
impl Unpin for BoolMatcher
impl UnwindSafe for BoolMatcher
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