Struct cairo_lang_syntax::node::ids::SyntaxStablePtrId   
source · pub struct SyntaxStablePtrId(_);Trait Implementations§
source§impl Clone for SyntaxStablePtrId
 
impl Clone for SyntaxStablePtrId
source§fn clone(&self) -> SyntaxStablePtrId
 
fn clone(&self) -> SyntaxStablePtrId
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 SyntaxStablePtrId
 
impl Debug for SyntaxStablePtrId
source§impl<T: ?Sized + Upcast<dyn SyntaxGroup + 'static>> DebugWithDb<T> for SyntaxStablePtrId
 
impl<T: ?Sized + Upcast<dyn SyntaxGroup + 'static>> DebugWithDb<T> for SyntaxStablePtrId
source§impl Hash for SyntaxStablePtrId
 
impl Hash for SyntaxStablePtrId
source§impl InternKey for SyntaxStablePtrId
 
impl InternKey for SyntaxStablePtrId
source§fn from_intern_id(salsa_id: InternId) -> Self
 
fn from_intern_id(salsa_id: InternId) -> Self
Create an instance of the intern-key from a 
u32 value.source§fn as_intern_id(&self) -> InternId
 
fn as_intern_id(&self) -> InternId
Extract the 
u32 with which the intern-key was created.source§impl PartialEq<SyntaxStablePtrId> for SyntaxStablePtrId
 
impl PartialEq<SyntaxStablePtrId> for SyntaxStablePtrId
source§fn eq(&self, other: &SyntaxStablePtrId) -> bool
 
fn eq(&self, other: &SyntaxStablePtrId) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for SyntaxStablePtrId
impl Eq for SyntaxStablePtrId
impl StructuralEq for SyntaxStablePtrId
impl StructuralPartialEq for SyntaxStablePtrId
Auto Trait Implementations§
impl RefUnwindSafe for SyntaxStablePtrId
impl Send for SyntaxStablePtrId
impl Sync for SyntaxStablePtrId
impl Unpin for SyntaxStablePtrId
impl UnwindSafe for SyntaxStablePtrId
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.