Struct cairo_lang_syntax::node::ast::TokenMutPtr   
source · pub struct TokenMutPtr(pub SyntaxStablePtrId);Tuple Fields§
§0: SyntaxStablePtrIdImplementations§
source§impl TokenMutPtr
 
impl TokenMutPtr
pub fn untyped(&self) -> SyntaxStablePtrId
Trait Implementations§
source§impl Clone for TokenMutPtr
 
impl Clone for TokenMutPtr
source§fn clone(&self) -> TokenMutPtr
 
fn clone(&self) -> TokenMutPtr
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 TokenMutPtr
 
impl Debug for TokenMutPtr
source§impl Hash for TokenMutPtr
 
impl Hash for TokenMutPtr
source§impl PartialEq<TokenMutPtr> for TokenMutPtr
 
impl PartialEq<TokenMutPtr> for TokenMutPtr
source§fn eq(&self, other: &TokenMutPtr) -> bool
 
fn eq(&self, other: &TokenMutPtr) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for TokenMutPtr
impl Eq for TokenMutPtr
impl StructuralEq for TokenMutPtr
impl StructuralPartialEq for TokenMutPtr
Auto Trait Implementations§
impl RefUnwindSafe for TokenMutPtr
impl Send for TokenMutPtr
impl Sync for TokenMutPtr
impl Unpin for TokenMutPtr
impl UnwindSafe for TokenMutPtr
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.