Enum wagon_parser::parser::comp::CompOp
source · pub enum CompOp {
Eq,
Neq,
Lte,
Lt,
Gte,
Gt,
In,
}
Expand description
Variants§
Trait Implementations§
source§impl PartialEq for CompOp
impl PartialEq for CompOp
source§impl ToTokens for CompOp
impl ToTokens for CompOp
source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
impl Eq for CompOp
impl StructuralPartialEq for CompOp
Auto Trait Implementations§
impl Freeze for CompOp
impl RefUnwindSafe for CompOp
impl Send for CompOp
impl Sync for CompOp
impl Unpin for CompOp
impl UnwindSafe for CompOp
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.