Struct cairo_lang_syntax::node::ast::PatternStructParamPtr   
source · pub struct PatternStructParamPtr(pub SyntaxStablePtrId);Tuple Fields§
§0: SyntaxStablePtrIdImplementations§
source§impl PatternStructParamPtr
 
impl PatternStructParamPtr
pub fn untyped(&self) -> SyntaxStablePtrId
Trait Implementations§
source§impl Clone for PatternStructParamPtr
 
impl Clone for PatternStructParamPtr
source§fn clone(&self) -> PatternStructParamPtr
 
fn clone(&self) -> PatternStructParamPtr
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 PatternStructParamPtr
 
impl Debug for PatternStructParamPtr
source§impl From<PatternIdentifierPtr> for PatternStructParamPtr
 
impl From<PatternIdentifierPtr> for PatternStructParamPtr
source§fn from(value: PatternIdentifierPtr) -> Self
 
fn from(value: PatternIdentifierPtr) -> Self
Converts to this type from the input type.
source§impl From<PatternStructParamWithExprPtr> for PatternStructParamPtr
 
impl From<PatternStructParamWithExprPtr> for PatternStructParamPtr
source§fn from(value: PatternStructParamWithExprPtr) -> Self
 
fn from(value: PatternStructParamWithExprPtr) -> Self
Converts to this type from the input type.
source§impl From<TerminalDotDotPtr> for PatternStructParamPtr
 
impl From<TerminalDotDotPtr> for PatternStructParamPtr
source§fn from(value: TerminalDotDotPtr) -> Self
 
fn from(value: TerminalDotDotPtr) -> Self
Converts to this type from the input type.
source§impl Hash for PatternStructParamPtr
 
impl Hash for PatternStructParamPtr
source§impl PartialEq<PatternStructParamPtr> for PatternStructParamPtr
 
impl PartialEq<PatternStructParamPtr> for PatternStructParamPtr
source§fn eq(&self, other: &PatternStructParamPtr) -> bool
 
fn eq(&self, other: &PatternStructParamPtr) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for PatternStructParamPtr
impl Eq for PatternStructParamPtr
impl StructuralEq for PatternStructParamPtr
impl StructuralPartialEq for PatternStructParamPtr
Auto Trait Implementations§
impl RefUnwindSafe for PatternStructParamPtr
impl Send for PatternStructParamPtr
impl Sync for PatternStructParamPtr
impl Unpin for PatternStructParamPtr
impl UnwindSafe for PatternStructParamPtr
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.