Enum edn::query::FnArg [] [src]

pub enum FnArg {
    Variable(Variable),
    SrcVar(SrcVar),
    EntidOrInteger(i64),
    IdentOrKeyword(Keyword),
    Constant(NonIntegerConstant),
    Vector(Vec<FnArg>),
}

Variants

Methods

impl FnArg
[src]

Trait Implementations

impl Clone for FnArg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FnArg
[src]

Formats the value using the given formatter. Read more

impl Eq for FnArg
[src]

impl PartialEq for FnArg
[src]

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

This method tests for !=.

impl FromValue<FnArg> for FnArg
[src]

impl Display for FnArg
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for FnArg

impl !Sync for FnArg