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