Struct ezno_parser::PropertyId
source · pub struct PropertyId(_);Implementations§
Trait Implementations§
source§impl Clone for PropertyId
impl Clone for PropertyId
source§fn clone(&self) -> PropertyId
fn clone(&self) -> PropertyId
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for PropertyId
impl Debug for PropertyId
source§impl From<PropertyId> for VariableOrPropertyId
impl From<PropertyId> for VariableOrPropertyId
source§fn from(item: PropertyId) -> VariableOrPropertyId
fn from(item: PropertyId) -> VariableOrPropertyId
Converts to this type from the input type.
source§impl Hash for PropertyId
impl Hash for PropertyId
source§impl PartialEq<PropertyId> for PropertyId
impl PartialEq<PropertyId> for PropertyId
source§fn eq(&self, other: &PropertyId) -> bool
fn eq(&self, other: &PropertyId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl SelfRustTokenize for PropertyId
impl SelfRustTokenize for PropertyId
fn append_to_token_stream(&self, token_stream: &mut TokenStream)
source§fn to_tokens(&self) -> TokenStream
fn to_tokens(&self) -> TokenStream
Returns the tokens used to construct self