pub struct EntryBody(/* private fields */);Expand description
A node in the changelog syntax tree.
Implementations§
Trait Implementations§
Source§impl AstNode for EntryBody
impl AstNode for EntryBody
type Language = Lang
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode<Lang>) -> Option<Self>
fn syntax(&self) -> &SyntaxNode<Lang>
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
impl Eq for EntryBody
impl StructuralPartialEq for EntryBody
Auto Trait Implementations§
impl Freeze for EntryBody
impl !RefUnwindSafe for EntryBody
impl !Send for EntryBody
impl !Sync for EntryBody
impl Unpin for EntryBody
impl !UnwindSafe for EntryBody
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