Struct cairo_lang_semantic::expr::pattern::PatternStruct
source · pub struct PatternStruct {
pub concrete_struct_id: ConcreteStructId,
pub field_patterns: Vec<(Member, Box<Pattern>)>,
pub ty: TypeId,
pub n_snapshots: usize,
pub stable_ptr: PatternStructPtr,
}
Expand description
A pattern that destructures a struct to its fields.
Fields§
§concrete_struct_id: ConcreteStructId
§field_patterns: Vec<(Member, Box<Pattern>)>
§ty: TypeId
§n_snapshots: usize
§stable_ptr: PatternStructPtr
Trait Implementations§
source§impl Clone for PatternStruct
impl Clone for PatternStruct
source§fn clone(&self) -> PatternStruct
fn clone(&self) -> PatternStruct
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 PatternStruct
impl Debug for PatternStruct
source§impl<'a, T: ?Sized + Upcast<ExprFormatter<'a>>> DebugWithDb<T> for PatternStruct
impl<'a, T: ?Sized + Upcast<ExprFormatter<'a>>> DebugWithDb<T> for PatternStruct
source§impl Hash for PatternStruct
impl Hash for PatternStruct
source§impl PartialEq for PatternStruct
impl PartialEq for PatternStruct
source§fn eq(&self, other: &PatternStruct) -> bool
fn eq(&self, other: &PatternStruct) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<T: SemanticRewriter<ConcreteStructId, Error> + SemanticRewriter<Vec<(Member, Box<Pattern>)>, Error> + SemanticRewriter<TypeId, Error>, Error> SemanticObject<T, Error> for PatternStruct
impl<T: SemanticRewriter<ConcreteStructId, Error> + SemanticRewriter<Vec<(Member, Box<Pattern>)>, Error> + SemanticRewriter<TypeId, Error>, Error> SemanticObject<T, Error> for PatternStruct
fn default_rewrite(self, rewriter: &mut T) -> Result<Self, Error>
source§impl<'a> SemanticRewriter<PatternStruct, NoError> for Inference<'a>
impl<'a> SemanticRewriter<PatternStruct, NoError> for Inference<'a>
fn rewrite(&mut self, value: PatternStruct) -> Result<PatternStruct, NoError>
impl Eq for PatternStruct
impl StructuralEq for PatternStruct
impl StructuralPartialEq for PatternStruct
Auto Trait Implementations§
impl RefUnwindSafe for PatternStruct
impl Send for PatternStruct
impl Sync for PatternStruct
impl Unpin for PatternStruct
impl UnwindSafe for PatternStruct
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.§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,
§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 Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.