Enum js::syntax::ast::op::LogOp[src]
pub enum LogOp {
LogAnd,
LogOr,
}A logical operation between 2 boolean values
Variants
LogAnd |
|
LogOr |
|
pub enum LogOp {
LogAnd,
LogOr,
}A logical operation between 2 boolean values
LogAnd |
|
LogOr |
|
impl Show for LogOpimpl PartialEq for LogOpimpl Clone for LogOpfn clone(&self) -> LogOpfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).