Struct cairo_lang_semantic::expr::inference::LocalTypeVarId   
source · pub struct LocalTypeVarId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
source§impl Clone for LocalTypeVarId
 
impl Clone for LocalTypeVarId
source§fn clone(&self) -> LocalTypeVarId
 
fn clone(&self) -> LocalTypeVarId
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 LocalTypeVarId
 
impl Debug for LocalTypeVarId
source§impl Hash for LocalTypeVarId
 
impl Hash for LocalTypeVarId
source§impl PartialEq for LocalTypeVarId
 
impl PartialEq for LocalTypeVarId
source§fn eq(&self, other: &LocalTypeVarId) -> bool
 
fn eq(&self, other: &LocalTypeVarId) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl<T: SemanticRewriter<usize, Error>, Error> SemanticObject<T, Error> for LocalTypeVarId
 
impl<T: SemanticRewriter<usize, Error>, Error> SemanticObject<T, Error> for LocalTypeVarId
fn default_rewrite(self, rewriter: &mut T) -> Result<Self, Error>
source§impl<'a> SemanticRewriter<LocalTypeVarId, DiagnosticAdded> for SubstitutionRewriter<'a>
 
impl<'a> SemanticRewriter<LocalTypeVarId, DiagnosticAdded> for SubstitutionRewriter<'a>
fn rewrite( &mut self, value: LocalTypeVarId ) -> Result<LocalTypeVarId, DiagnosticAdded>
source§impl<'a> SemanticRewriter<LocalTypeVarId, NoError> for Inference<'a>
 
impl<'a> SemanticRewriter<LocalTypeVarId, NoError> for Inference<'a>
fn rewrite(&mut self, value: LocalTypeVarId) -> Result<LocalTypeVarId, NoError>
impl Copy for LocalTypeVarId
impl Eq for LocalTypeVarId
impl StructuralEq for LocalTypeVarId
impl StructuralPartialEq for LocalTypeVarId
Auto Trait Implementations§
impl RefUnwindSafe for LocalTypeVarId
impl Send for LocalTypeVarId
impl Sync for LocalTypeVarId
impl Unpin for LocalTypeVarId
impl UnwindSafe for LocalTypeVarId
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§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.