Struct cairo_lang_syntax::node::ast::TokenEnumPtr
source · pub struct TokenEnumPtr(pub SyntaxStablePtrId);
Tuple Fields§
§0: SyntaxStablePtrId
Implementations§
source§impl TokenEnumPtr
impl TokenEnumPtr
pub fn untyped(&self) -> SyntaxStablePtrId
pub fn lookup(&self, db: &dyn SyntaxGroup) -> TokenEnum
Trait Implementations§
source§impl Clone for TokenEnumPtr
impl Clone for TokenEnumPtr
source§fn clone(&self) -> TokenEnumPtr
fn clone(&self) -> TokenEnumPtr
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 TokenEnumPtr
impl Debug for TokenEnumPtr
source§impl Hash for TokenEnumPtr
impl Hash for TokenEnumPtr
source§impl PartialEq for TokenEnumPtr
impl PartialEq for TokenEnumPtr
source§fn eq(&self, other: &TokenEnumPtr) -> bool
fn eq(&self, other: &TokenEnumPtr) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TokenEnumPtr
impl Eq for TokenEnumPtr
impl StructuralPartialEq for TokenEnumPtr
Auto Trait Implementations§
impl Freeze for TokenEnumPtr
impl RefUnwindSafe for TokenEnumPtr
impl Send for TokenEnumPtr
impl Sync for TokenEnumPtr
impl Unpin for TokenEnumPtr
impl UnwindSafe for TokenEnumPtr
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.