Enum edn::query::VariableOrPlaceholder
[−]
[src]
pub enum VariableOrPlaceholder { Placeholder, Variable(Variable), }
Variants
Placeholder
Variable(Variable)
Methods
impl VariableOrPlaceholder
[src]
impl VariableOrPlaceholder
Trait Implementations
impl Clone for VariableOrPlaceholder
[src]
impl Clone for VariableOrPlaceholder
fn clone(&self) -> VariableOrPlaceholder
[src]
fn clone(&self) -> VariableOrPlaceholder
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 VariableOrPlaceholder
[src]
impl Debug for VariableOrPlaceholder
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 VariableOrPlaceholder
[src]
impl Eq for VariableOrPlaceholder
impl Hash for VariableOrPlaceholder
[src]
impl Hash for VariableOrPlaceholder
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
[src]Feeds a slice of this type into the given [Hasher
]. Read more
impl PartialEq for VariableOrPlaceholder
[src]
impl PartialEq for VariableOrPlaceholder
fn eq(&self, __arg_0: &VariableOrPlaceholder) -> bool
[src]
fn eq(&self, __arg_0: &VariableOrPlaceholder) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &VariableOrPlaceholder) -> bool
[src]
fn ne(&self, __arg_0: &VariableOrPlaceholder) -> bool
This method tests for !=
.
Auto Trait Implementations
impl !Send for VariableOrPlaceholder
impl !Send for VariableOrPlaceholder
impl !Sync for VariableOrPlaceholder
impl !Sync for VariableOrPlaceholder