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