Struct cairo_lang_semantic::expr::objects::ExprTuple
source · pub struct ExprTuple {
pub items: Vec<ExprId>,
pub ty: TypeId,
pub stable_ptr: ExprPtr,
}
Fields§
§items: Vec<ExprId>
§ty: TypeId
§stable_ptr: ExprPtr
Trait Implementations§
source§impl<'a, T: ?Sized + Upcast<ExprFormatter<'a>>> DebugWithDb<T> for ExprTuple
impl<'a, T: ?Sized + Upcast<ExprFormatter<'a>>> DebugWithDb<T> for ExprTuple
source§impl PartialEq<ExprTuple> for ExprTuple
impl PartialEq<ExprTuple> for ExprTuple
source§impl<T: SemanticRewriter<Vec<ExprId>, Error> + SemanticRewriter<TypeId, Error>, Error> SemanticObject<T, Error> for ExprTuple
impl<T: SemanticRewriter<Vec<ExprId>, Error> + SemanticRewriter<TypeId, Error>, Error> SemanticObject<T, Error> for ExprTuple
fn default_rewrite(self, rewriter: &mut T) -> Result<Self, Error>
impl Eq for ExprTuple
impl StructuralEq for ExprTuple
impl StructuralPartialEq for ExprTuple
Auto Trait Implementations§
impl RefUnwindSafe for ExprTuple
impl Send for ExprTuple
impl Sync for ExprTuple
impl Unpin for ExprTuple
impl UnwindSafe for ExprTuple
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.