Struct cairo_lang_semantic::expr::objects::ExprSnapshot
source · pub struct ExprSnapshot {
pub inner: ExprId,
pub ty: TypeId,
pub stable_ptr: ExprPtr,
}Fields§
§inner: ExprId§ty: TypeId§stable_ptr: ExprPtrTrait Implementations§
source§impl Clone for ExprSnapshot
impl Clone for ExprSnapshot
source§fn clone(&self) -> ExprSnapshot
fn clone(&self) -> ExprSnapshot
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 ExprSnapshot
impl Debug for ExprSnapshot
source§impl<'a, T: ?Sized + Upcast<ExprFormatter<'a>>> DebugWithDb<T> for ExprSnapshot
impl<'a, T: ?Sized + Upcast<ExprFormatter<'a>>> DebugWithDb<T> for ExprSnapshot
source§impl Hash for ExprSnapshot
impl Hash for ExprSnapshot
source§impl PartialEq<ExprSnapshot> for ExprSnapshot
impl PartialEq<ExprSnapshot> for ExprSnapshot
source§fn eq(&self, other: &ExprSnapshot) -> bool
fn eq(&self, other: &ExprSnapshot) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl<T: SemanticRewriter<ExprId, Error> + SemanticRewriter<TypeId, Error>, Error> SemanticObject<T, Error> for ExprSnapshot
impl<T: SemanticRewriter<ExprId, Error> + SemanticRewriter<TypeId, Error>, Error> SemanticObject<T, Error> for ExprSnapshot
fn default_rewrite(self, rewriter: &mut T) -> Result<Self, Error>
source§impl<'a> SemanticRewriter<ExprSnapshot, InferenceError> for Inference<'a>
impl<'a> SemanticRewriter<ExprSnapshot, InferenceError> for Inference<'a>
fn rewrite( &mut self, value: ExprSnapshot ) -> Result<ExprSnapshot, InferenceError>
impl Eq for ExprSnapshot
impl StructuralEq for ExprSnapshot
impl StructuralPartialEq for ExprSnapshot
Auto Trait Implementations§
impl RefUnwindSafe for ExprSnapshot
impl Send for ExprSnapshot
impl Sync for ExprSnapshot
impl Unpin for ExprSnapshot
impl UnwindSafe for ExprSnapshot
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.