Enum edn::query::FnArg
[−]
[src]
pub enum FnArg { Variable(Variable), SrcVar(SrcVar), EntidOrInteger(i64), IdentOrKeyword(Keyword), Constant(NonIntegerConstant), Vector(Vec<FnArg>), }
Variants
Variable(Variable)
SrcVar(SrcVar)
EntidOrInteger(i64)
IdentOrKeyword(Keyword)
Constant(NonIntegerConstant)
Vector(Vec<FnArg>)
Methods
impl FnArg
[src]
impl FnArg
pub fn as_variable(&self) -> Option<&Variable>
[src]
pub fn as_variable(&self) -> Option<&Variable>
Trait Implementations
impl Clone for FnArg
[src]
impl Clone for FnArg
fn clone(&self) -> FnArg
[src]
fn clone(&self) -> FnArg
Returns 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 FnArg
[src]
impl Debug for FnArg
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for FnArg
[src]
impl Eq for FnArg
impl PartialEq for FnArg
[src]
impl PartialEq for FnArg
fn eq(&self, __arg_0: &FnArg) -> bool
[src]
fn eq(&self, __arg_0: &FnArg) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &FnArg) -> bool
[src]
fn ne(&self, __arg_0: &FnArg) -> bool
This method tests for !=
.
impl FromValue<FnArg> for FnArg
[src]
impl FromValue<FnArg> for FnArg
fn from_value(v: &ValueAndSpan) -> Option<FnArg>
[src]
fn from_value(v: &ValueAndSpan) -> Option<FnArg>
impl Display for FnArg
[src]
impl Display for FnArg