pub struct IsEmpty;
Expand description
The implementation of the standard is-empty
function.
Trait Implementations§
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