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