Enum edn::query::IdentOrEntid
[−]
[src]
Variants
Ident(Keyword)
Entid(i64)
Trait Implementations
impl Clone for IdentOrEntid
[src]
impl Clone for IdentOrEntid
fn clone(&self) -> IdentOrEntid
[src]
fn clone(&self) -> IdentOrEntid
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 IdentOrEntid
[src]
impl Debug for IdentOrEntid
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 IdentOrEntid
[src]
impl Eq for IdentOrEntid
impl PartialEq for IdentOrEntid
[src]
impl PartialEq for IdentOrEntid
fn eq(&self, __arg_0: &IdentOrEntid) -> bool
[src]
fn eq(&self, __arg_0: &IdentOrEntid) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &IdentOrEntid) -> bool
[src]
fn ne(&self, __arg_0: &IdentOrEntid) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for IdentOrEntid
impl Send for IdentOrEntid
impl Sync for IdentOrEntid
impl Sync for IdentOrEntid