Enum edn::query::PullConcreteAttribute
[−]
[src]
Variants
Ident(Rc<Keyword>)
Entid(i64)
Trait Implementations
impl Clone for PullConcreteAttribute
[src]
impl Clone for PullConcreteAttribute
fn clone(&self) -> PullConcreteAttribute
[src]
fn clone(&self) -> PullConcreteAttribute
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 PullConcreteAttribute
[src]
impl Debug for PullConcreteAttribute
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 PullConcreteAttribute
[src]
impl Eq for PullConcreteAttribute
impl PartialEq for PullConcreteAttribute
[src]
impl PartialEq for PullConcreteAttribute
fn eq(&self, __arg_0: &PullConcreteAttribute) -> bool
[src]
fn eq(&self, __arg_0: &PullConcreteAttribute) -> bool
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]
fn ne(&self, __arg_0: &PullConcreteAttribute) -> bool
This method tests for !=
.
impl From<PullConcreteAttribute> for NamedPullAttribute
[src]
impl From<PullConcreteAttribute> for NamedPullAttribute
fn from(a: PullConcreteAttribute) -> Self
[src]
fn from(a: PullConcreteAttribute) -> Self
Performs the conversion.
impl Display for PullConcreteAttribute
[src]
impl Display for PullConcreteAttribute
Auto Trait Implementations
impl !Send for PullConcreteAttribute
impl !Send for PullConcreteAttribute
impl !Sync for PullConcreteAttribute
impl !Sync for PullConcreteAttribute