Struct cairo_lang_syntax::node::ast::ItemMissing
source · pub struct ItemMissing { /* private fields */ }
Implementations§
source§impl ItemMissing
impl ItemMissing
pub fn new_green(db: &dyn SyntaxGroup) -> ItemMissingGreen
Trait Implementations§
source§impl Clone for ItemMissing
impl Clone for ItemMissing
source§fn clone(&self) -> ItemMissing
fn clone(&self) -> ItemMissing
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 ItemMissing
impl Debug for ItemMissing
source§impl Hash for ItemMissing
impl Hash for ItemMissing
source§impl PartialEq for ItemMissing
impl PartialEq for ItemMissing
source§fn eq(&self, other: &ItemMissing) -> bool
fn eq(&self, other: &ItemMissing) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TypedSyntaxNode for ItemMissing
impl TypedSyntaxNode for ItemMissing
source§const OPTIONAL_KIND: Option<SyntaxKind> = _
const OPTIONAL_KIND: Option<SyntaxKind> = _
The relevant SyntaxKind. None for enums.
type StablePtr = ItemMissingPtr
type Green = ItemMissingGreen
fn missing(db: &dyn SyntaxGroup) -> Self::Green
fn from_syntax_node(db: &dyn SyntaxGroup, node: SyntaxNode) -> Self
fn as_syntax_node(&self) -> SyntaxNode
fn stable_ptr(&self) -> Self::StablePtr
impl Eq for ItemMissing
impl StructuralEq for ItemMissing
impl StructuralPartialEq for ItemMissing
Auto Trait Implementations§
impl RefUnwindSafe for ItemMissing
impl Send for ItemMissing
impl Sync for ItemMissing
impl Unpin for ItemMissing
impl UnwindSafe for ItemMissing
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.