pub enum FilterPrefix {
Not,
Neg,
}
Variants§
Trait Implementations§
Source§impl Clone for FilterPrefix
impl Clone for FilterPrefix
Source§fn clone(&self) -> FilterPrefix
fn clone(&self) -> FilterPrefix
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 Debug for FilterPrefix
impl Debug for FilterPrefix
Source§impl Display for FilterPrefix
impl Display for FilterPrefix
Source§impl From<FilterPrefix> for FilterOperationToken
impl From<FilterPrefix> for FilterOperationToken
Source§fn from(value: FilterPrefix) -> Self
fn from(value: FilterPrefix) -> Self
Converts to this type from the input type.
Source§impl Hash for FilterPrefix
impl Hash for FilterPrefix
Source§impl PartialEq for FilterPrefix
impl PartialEq for FilterPrefix
impl Copy for FilterPrefix
impl Eq for FilterPrefix
impl StructuralPartialEq for FilterPrefix
Auto Trait Implementations§
impl Freeze for FilterPrefix
impl RefUnwindSafe for FilterPrefix
impl Send for FilterPrefix
impl Sync for FilterPrefix
impl Unpin for FilterPrefix
impl UnwindSafe for FilterPrefix
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