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