Struct nom_sql::ConditionTree [−][src]
pub struct ConditionTree {
pub operator: Operator,
pub left: Box<ConditionExpression>,
pub right: Box<ConditionExpression>,
}Fields
operator: Operator
left: Box<ConditionExpression>
right: Box<ConditionExpression>
Methods
impl<'a> ConditionTree[src]
impl<'a> ConditionTreepub fn contained_columns(&'a self) -> HashSet<&'a Column>[src]
pub fn contained_columns(&'a self) -> HashSet<&'a Column>Trait Implementations
impl Clone for ConditionTree[src]
impl Clone for ConditionTreefn clone(&self) -> ConditionTree[src]
fn clone(&self) -> ConditionTreeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ConditionTree[src]
impl Debug for ConditionTreefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for ConditionTree[src]
impl Eq for ConditionTreeimpl Hash for ConditionTree[src]
impl Hash for ConditionTreefn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl PartialEq for ConditionTree[src]
impl PartialEq for ConditionTreefn eq(&self, other: &ConditionTree) -> bool[src]
fn eq(&self, other: &ConditionTree) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ConditionTree) -> bool[src]
fn ne(&self, other: &ConditionTree) -> boolThis method tests for !=.
impl Display for ConditionTree[src]
impl Display for ConditionTreeAuto Trait Implementations
impl Send for ConditionTree
impl Send for ConditionTreeimpl Sync for ConditionTree
impl Sync for ConditionTree