pub struct Maintainer(/* private fields */);Expand description
A node in the changelog syntax tree.
Implementations§
Trait Implementations§
Source§impl AstNode for Maintainer
impl AstNode for Maintainer
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,
Source§impl Clone for Maintainer
impl Clone for Maintainer
Source§fn clone(&self) -> Maintainer
fn clone(&self) -> Maintainer
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 Maintainer
impl Debug for Maintainer
Source§impl Display for Maintainer
impl Display for Maintainer
Source§impl Hash for Maintainer
impl Hash for Maintainer
Source§impl PartialEq for Maintainer
impl PartialEq for Maintainer
impl Eq for Maintainer
impl StructuralPartialEq for Maintainer
Auto Trait Implementations§
impl Freeze for Maintainer
impl !RefUnwindSafe for Maintainer
impl !Send for Maintainer
impl !Sync for Maintainer
impl Unpin for Maintainer
impl !UnwindSafe for Maintainer
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