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