pub struct PandocTitleBlock(/* private fields */);Trait Implementations§
Source§impl AstNode for PandocTitleBlock
impl AstNode for PandocTitleBlock
type Language = PanacheLanguage
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,
Source§impl Clone for PandocTitleBlock
impl Clone for PandocTitleBlock
Source§fn clone(&self) -> PandocTitleBlock
fn clone(&self) -> PandocTitleBlock
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 PandocTitleBlock
impl Debug for PandocTitleBlock
Source§impl Hash for PandocTitleBlock
impl Hash for PandocTitleBlock
Source§impl PartialEq for PandocTitleBlock
impl PartialEq for PandocTitleBlock
impl Eq for PandocTitleBlock
impl StructuralPartialEq for PandocTitleBlock
Auto Trait Implementations§
impl Freeze for PandocTitleBlock
impl !RefUnwindSafe for PandocTitleBlock
impl !Send for PandocTitleBlock
impl !Sync for PandocTitleBlock
impl Unpin for PandocTitleBlock
impl UnsafeUnpin for PandocTitleBlock
impl !UnwindSafe for PandocTitleBlock
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