pub struct AddLabel { /* private fields */ }Implementations§
Source§impl AddLabel
impl AddLabel
pub fn element_table_properties(&self) -> Option<ElementTableProperties>
pub fn name(&self) -> Option<Name>
pub fn add_token(&self) -> Option<SyntaxToken>
pub fn label_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for AddLabel
impl AstNode for AddLabel
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
impl Eq for AddLabel
impl StructuralPartialEq for AddLabel
Auto Trait Implementations§
impl Freeze for AddLabel
impl !RefUnwindSafe for AddLabel
impl !Send for AddLabel
impl !Sync for AddLabel
impl Unpin for AddLabel
impl UnsafeUnpin for AddLabel
impl !UnwindSafe for AddLabel
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