Enum rocket_dyn_templates::tera::ast::LogicOperator
source · pub enum LogicOperator {
Gt,
Gte,
Lt,
Lte,
Eq,
NotEq,
And,
Or,
}
Expand description
All logic operators
Variants§
Trait Implementations§
source§impl Clone for LogicOperator
impl Clone for LogicOperator
source§fn clone(&self) -> LogicOperator
fn clone(&self) -> LogicOperator
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 LogicOperator
impl Debug for LogicOperator
source§impl Display for LogicOperator
impl Display for LogicOperator
source§impl PartialEq<LogicOperator> for LogicOperator
impl PartialEq<LogicOperator> for LogicOperator
source§fn eq(&self, other: &LogicOperator) -> bool
fn eq(&self, other: &LogicOperator) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LogicOperator
impl StructuralPartialEq for LogicOperator
Auto Trait Implementations§
impl RefUnwindSafe for LogicOperator
impl Send for LogicOperator
impl Sync for LogicOperator
impl Unpin for LogicOperator
impl UnwindSafe for LogicOperator
Blanket Implementations§
§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere T: 'a,
§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> for Twhere T: 'a,
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> IntoCollection<T> for T
impl<T> IntoCollection<T> for T
§fn into_collection<A>(self) -> SmallVec<A>where
A: Array<Item = T>,
fn into_collection<A>(self) -> SmallVec<A>where A: Array<Item = T>,
Converts
self
into a collection.