Enum edn::entities::ValuePlace
[−]
[src]
pub enum ValuePlace<V> { Entid(Entid), TempId(TempId), LookupRef(LookupRef<V>), TxFunction(TxFunction), Vector(Vec<ValuePlace<V>>), Atom(V), MapNotation(MapNotation<V>), }
Variants
Entid(Entid)
TempId(TempId)
LookupRef(LookupRef<V>)
TxFunction(TxFunction)
Vector(Vec<ValuePlace<V>>)
Atom(V)
MapNotation(MapNotation<V>)
Trait Implementations
impl<V: Clone> Clone for ValuePlace<V>
[src]
impl<V: Clone> Clone for ValuePlace<V>
fn clone(&self) -> ValuePlace<V>
[src]
fn clone(&self) -> ValuePlace<V>
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<V: Debug> Debug for ValuePlace<V>
[src]
impl<V: Debug> Debug for ValuePlace<V>
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<V: Eq> Eq for ValuePlace<V>
[src]
impl<V: Eq> Eq for ValuePlace<V>
impl<V: Hash> Hash for ValuePlace<V>
[src]
impl<V: Hash> Hash for ValuePlace<V>
fn hash<__HV: Hasher>(&self, __arg_0: &mut __HV)
[src]
fn hash<__HV: Hasher>(&self, __arg_0: &mut __HV)
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,
Feeds a slice of this type into the given [Hasher
]. Read more
impl<V: Ord> Ord for ValuePlace<V>
[src]
impl<V: Ord> Ord for ValuePlace<V>
fn cmp(&self, __arg_0: &ValuePlace<V>) -> Ordering
[src]
fn cmp(&self, __arg_0: &ValuePlace<V>) -> 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<V: PartialOrd> PartialOrd for ValuePlace<V>
[src]
impl<V: PartialOrd> PartialOrd for ValuePlace<V>
fn partial_cmp(&self, __arg_0: &ValuePlace<V>) -> Option<Ordering>
[src]
fn partial_cmp(&self, __arg_0: &ValuePlace<V>) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
fn lt(&self, __arg_0: &ValuePlace<V>) -> bool
[src]
fn lt(&self, __arg_0: &ValuePlace<V>) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
fn le(&self, __arg_0: &ValuePlace<V>) -> bool
[src]
fn le(&self, __arg_0: &ValuePlace<V>) -> 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: &ValuePlace<V>) -> bool
[src]
fn gt(&self, __arg_0: &ValuePlace<V>) -> bool
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
fn ge(&self, __arg_0: &ValuePlace<V>) -> bool
[src]
fn ge(&self, __arg_0: &ValuePlace<V>) -> bool
This method tests greater than or equal to (for self
and other
) and is used by the >=
operator. Read more
impl<V: PartialEq> PartialEq for ValuePlace<V>
[src]
impl<V: PartialEq> PartialEq for ValuePlace<V>
fn eq(&self, __arg_0: &ValuePlace<V>) -> bool
[src]
fn eq(&self, __arg_0: &ValuePlace<V>) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ValuePlace<V>) -> bool
[src]
fn ne(&self, __arg_0: &ValuePlace<V>) -> bool
This method tests for !=
.
Auto Trait Implementations
impl<V> Send for ValuePlace<V> where
V: Send,
impl<V> Send for ValuePlace<V> where
V: Send,
impl<V> Sync for ValuePlace<V> where
V: Sync,
impl<V> Sync for ValuePlace<V> where
V: Sync,