Struct note_mark::tree::MarkdownTree
source · pub struct MarkdownTree<'a> {
pub root: BlockTree<'a>,
}
Fields§
§root: BlockTree<'a>
Trait Implementations§
source§impl<'a> Clone for MarkdownTree<'a>
impl<'a> Clone for MarkdownTree<'a>
source§fn clone(&self) -> MarkdownTree<'a>
fn clone(&self) -> MarkdownTree<'a>
Returns a copy 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<'a> Debug for MarkdownTree<'a>
impl<'a> Debug for MarkdownTree<'a>
source§impl<'a> PartialEq<MarkdownTree<'a>> for MarkdownTree<'a>
impl<'a> PartialEq<MarkdownTree<'a>> for MarkdownTree<'a>
source§fn eq(&self, other: &MarkdownTree<'a>) -> bool
fn eq(&self, other: &MarkdownTree<'a>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.