Enum edn::query::SrcVar
[−]
[src]
pub enum SrcVar { DefaultSrc, NamedSrc(SrcVarName), }
Variants
DefaultSrc
NamedSrc(SrcVarName)
Methods
impl SrcVar
[src]
impl SrcVar
pub fn from_symbol(sym: &PlainSymbol) -> Option<SrcVar>
[src]
pub fn from_symbol(sym: &PlainSymbol) -> Option<SrcVar>
Trait Implementations
impl Clone for SrcVar
[src]
impl Clone for SrcVar
fn clone(&self) -> SrcVar
[src]
fn clone(&self) -> SrcVar
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)
Performs copy-assignment from source
. Read more
impl Debug for SrcVar
[src]
impl Debug for SrcVar
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 PartialEq for SrcVar
[src]
impl PartialEq for SrcVar
fn eq(&self, __arg_0: &SrcVar) -> bool
[src]
fn eq(&self, __arg_0: &SrcVar) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &SrcVar) -> bool
[src]
fn ne(&self, __arg_0: &SrcVar) -> bool
This method tests for !=
.
impl Eq for SrcVar
[src]
impl Eq for SrcVar
impl PartialOrd for SrcVar
[src]
impl PartialOrd for SrcVar
fn partial_cmp(&self, __arg_0: &SrcVar) -> Option<Ordering>
[src]
fn partial_cmp(&self, __arg_0: &SrcVar) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
fn lt(&self, __arg_0: &SrcVar) -> bool
[src]
fn lt(&self, __arg_0: &SrcVar) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
fn le(&self, __arg_0: &SrcVar) -> bool
[src]
fn le(&self, __arg_0: &SrcVar) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
fn gt(&self, __arg_0: &SrcVar) -> bool
[src]
fn gt(&self, __arg_0: &SrcVar) -> bool
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
fn ge(&self, __arg_0: &SrcVar) -> bool
[src]
fn ge(&self, __arg_0: &SrcVar) -> bool
This method tests greater than or equal to (for self
and other
) and is used by the >=
operator. Read more
impl Ord for SrcVar
[src]
impl Ord for SrcVar
fn cmp(&self, __arg_0: &SrcVar) -> Ordering
[src]
fn cmp(&self, __arg_0: &SrcVar) -> Ordering
This method returns an Ordering
between self
and other
. Read more
fn max(self, other: Self) -> Self
1.21.0[src]
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self
1.21.0[src]
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
impl FromValue<SrcVar> for SrcVar
[src]
impl FromValue<SrcVar> for SrcVar
fn from_value(v: &ValueAndSpan) -> Option<SrcVar>
[src]
fn from_value(v: &ValueAndSpan) -> Option<SrcVar>