pub enum PropertyReference {
Standard(String),
Cursor(CursorId<PropertyReference>),
}
Variants§
Standard(String)
Cursor(CursorId<PropertyReference>)
Trait Implementations§
source§impl Clone for PropertyReference
impl Clone for PropertyReference
source§fn clone(&self) -> PropertyReference
fn clone(&self) -> PropertyReference
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 PropertyReference
impl Debug for PropertyReference
source§impl<'a> IntoAST<PropertyReference> for &'a str
impl<'a> IntoAST<PropertyReference> for &'a str
fn into_ast(self) -> PropertyReference
source§impl PartialEq<PropertyReference> for PropertyReference
impl PartialEq<PropertyReference> for PropertyReference
source§fn eq(&self, other: &PropertyReference) -> bool
fn eq(&self, other: &PropertyReference) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl SelfRustTokenize for PropertyReference
impl SelfRustTokenize for PropertyReference
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