Struct core::str::IsNotEmpty
source · struct IsNotEmpty;
Trait Implementations§
source§impl Clone for IsNotEmpty
impl Clone for IsNotEmpty
source§fn clone(&self) -> IsNotEmpty
fn clone(&self) -> IsNotEmpty
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a, 'b> Fn(&'a &'b str) for IsNotEmpty
impl<'a, 'b> Fn(&'a &'b str) for IsNotEmpty
source§impl<'a, 'b> FnMut(&'a &'b str) for IsNotEmpty
impl<'a, 'b> FnMut(&'a &'b str) for IsNotEmpty
Auto Trait Implementations§
impl Freeze for IsNotEmpty
impl RefUnwindSafe for IsNotEmpty
impl Send for IsNotEmpty
impl Sync for IsNotEmpty
impl Unpin for IsNotEmpty
impl UnwindSafe for IsNotEmpty
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