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