pub enum EmptyValue {
Labels,
}Expand description
What is the value to check for emptiness.
Variants§
Labels
Search for no labels
Trait Implementations§
Source§impl Clone for EmptyValue
impl Clone for EmptyValue
Source§fn clone(&self) -> EmptyValue
fn clone(&self) -> EmptyValue
Returns a duplicate 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 Debug for EmptyValue
impl Debug for EmptyValue
Source§impl FromStr for EmptyValue
impl FromStr for EmptyValue
impl Copy for EmptyValue
Auto Trait Implementations§
impl Freeze for EmptyValue
impl RefUnwindSafe for EmptyValue
impl Send for EmptyValue
impl Sync for EmptyValue
impl Unpin for EmptyValue
impl UnwindSafe for EmptyValue
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