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