Struct edn::query::WhereFn [] [src]

pub struct WhereFn {
    pub operator: PlainSymbol,
    pub args: Vec<FnArg>,
    pub binding: Binding,
}

Fields

Trait Implementations

impl Clone for WhereFn
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WhereFn
[src]

Formats the value using the given formatter. Read more

impl Eq for WhereFn
[src]

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

Auto Trait Implementations

impl !Send for WhereFn

impl !Sync for WhereFn