Struct edn::query::Pattern [] [src]

pub struct Pattern {
    pub source: Option<SrcVar>,
    pub entity: PatternNonValuePlace,
    pub attribute: PatternNonValuePlace,
    pub value: PatternValuePlace,
    pub tx: PatternNonValuePlace,
}

Fields

Methods

impl Pattern
[src]

Trait Implementations

impl Clone for Pattern
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Pattern
[src]

Formats the value using the given formatter. Read more

impl Eq for Pattern
[src]

impl PartialEq for Pattern
[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 Pattern
[src]

Auto Trait Implementations

impl !Send for Pattern

impl !Sync for Pattern