pub struct BeFalse;
Expand description
A matcher for be_false
assertions.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BeFalse
impl RefUnwindSafe for BeFalse
impl Send for BeFalse
impl Sync for BeFalse
impl Unpin for BeFalse
impl UnwindSafe for BeFalse
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