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