pub struct EntryType { /* private fields */ }Expand description
The type word following @ (article, string, …).
Implementations§
Trait Implementations§
Source§impl AstNode for EntryType
impl AstNode for EntryType
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
impl Eq for EntryType
impl StructuralPartialEq for EntryType
Auto Trait Implementations§
impl !RefUnwindSafe for EntryType
impl !Send for EntryType
impl !Sync for EntryType
impl !UnwindSafe for EntryType
impl Freeze for EntryType
impl Unpin for EntryType
impl UnsafeUnpin for EntryType
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