Struct cairo_lang_syntax::node::ast::TokenColonColonPtr   
source · pub struct TokenColonColonPtr(pub SyntaxStablePtrId);Tuple Fields§
§0: SyntaxStablePtrIdImplementations§
source§impl TokenColonColonPtr
 
impl TokenColonColonPtr
pub fn untyped(&self) -> SyntaxStablePtrId
Trait Implementations§
source§impl Clone for TokenColonColonPtr
 
impl Clone for TokenColonColonPtr
source§fn clone(&self) -> TokenColonColonPtr
 
fn clone(&self) -> TokenColonColonPtr
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 TokenColonColonPtr
 
impl Debug for TokenColonColonPtr
source§impl Hash for TokenColonColonPtr
 
impl Hash for TokenColonColonPtr
source§impl PartialEq<TokenColonColonPtr> for TokenColonColonPtr
 
impl PartialEq<TokenColonColonPtr> for TokenColonColonPtr
source§fn eq(&self, other: &TokenColonColonPtr) -> bool
 
fn eq(&self, other: &TokenColonColonPtr) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for TokenColonColonPtr
impl Eq for TokenColonColonPtr
impl StructuralEq for TokenColonColonPtr
impl StructuralPartialEq for TokenColonColonPtr
Auto Trait Implementations§
impl RefUnwindSafe for TokenColonColonPtr
impl Send for TokenColonColonPtr
impl Sync for TokenColonColonPtr
impl Unpin for TokenColonColonPtr
impl UnwindSafe for TokenColonColonPtr
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 Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
 
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.