pub struct FieldName { /* private fields */ }Expand description
A field / macro name left of =.
Implementations§
Trait Implementations§
Source§impl AstNode for FieldName
impl AstNode for FieldName
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
impl Eq for FieldName
impl StructuralPartialEq for FieldName
Auto Trait Implementations§
impl !RefUnwindSafe for FieldName
impl !Send for FieldName
impl !Sync for FieldName
impl !UnwindSafe for FieldName
impl Freeze for FieldName
impl Unpin for FieldName
impl UnsafeUnpin for FieldName
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