Enum edn::query::PullConcreteAttribute
[−]
[src]
pub enum PullConcreteAttribute { Ident(Rc<Keyword>), Entid(i64), }
Variants
Ident(Rc<Keyword>)
Entid(i64)
Trait Implementations
impl Clone for PullConcreteAttribute
[src]
fn clone(&self) -> PullConcreteAttribute
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for PullConcreteAttribute
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Eq for PullConcreteAttribute
[src]
impl PartialEq for PullConcreteAttribute
[src]
fn eq(&self, __arg_0: &PullConcreteAttribute) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &PullConcreteAttribute) -> bool
[src]
This method tests for !=
.
impl From<PullConcreteAttribute> for NamedPullAttribute
[src]
fn from(a: PullConcreteAttribute) -> Self
[src]
Performs the conversion.