pub struct IsEmpty;Trait Implementations§
Source§impl<S> Expectation<S> for IsEmptywhere
S: IsEmptyProperty + Debug,
impl<S> Expectation<S> for IsEmptywhere
S: IsEmptyProperty + Debug,
impl Invertible for IsEmpty
Auto Trait Implementations§
impl Freeze for IsEmpty
impl RefUnwindSafe for IsEmpty
impl Send for IsEmpty
impl Sync for IsEmpty
impl Unpin for IsEmpty
impl UnwindSafe for IsEmpty
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