Struct edn::query::NotJoin [] [src]

pub struct NotJoin {
    pub unify_vars: UnifyVars,
    pub clauses: Vec<WhereClause>,
}

Fields

Methods

impl NotJoin
[src]

Trait Implementations

impl Clone for NotJoin
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NotJoin
[src]

Formats the value using the given formatter. Read more

impl Eq for NotJoin
[src]

impl PartialEq for NotJoin
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl ContainsVariables for NotJoin
[src]

Auto Trait Implementations

impl !Send for NotJoin

impl !Sync for NotJoin