pub struct AttributeNode(/* private fields */);Implementations§
Trait Implementations§
Source§impl AstNode for AttributeNode
impl AstNode for AttributeNode
type Language = PanacheLanguage
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
Source§impl Clone for AttributeNode
impl Clone for AttributeNode
Source§fn clone(&self) -> AttributeNode
fn clone(&self) -> AttributeNode
Returns a duplicate 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 AttributeNode
impl Debug for AttributeNode
Source§impl Hash for AttributeNode
impl Hash for AttributeNode
Source§impl PartialEq for AttributeNode
impl PartialEq for AttributeNode
impl Eq for AttributeNode
impl StructuralPartialEq for AttributeNode
Auto Trait Implementations§
impl Freeze for AttributeNode
impl !RefUnwindSafe for AttributeNode
impl !Send for AttributeNode
impl !Sync for AttributeNode
impl Unpin for AttributeNode
impl UnsafeUnpin for AttributeNode
impl !UnwindSafe for AttributeNode
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