Struct cairo_lang_syntax::node::ast::TerminalDivEqPtr
source · pub struct TerminalDivEqPtr(pub SyntaxStablePtrId);
Tuple Fields§
§0: SyntaxStablePtrId
Implementations§
source§impl TerminalDivEqPtr
impl TerminalDivEqPtr
pub fn untyped(&self) -> SyntaxStablePtrId
pub fn lookup(&self, db: &dyn SyntaxGroup) -> TerminalDivEq
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 for TerminalDivEqPtr
impl PartialEq 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 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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.