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