pub struct MarkdownDocument {
pub frontmatter: Mapping,
pub body: String,
}Fields§
§frontmatter: Mapping§body: StringTrait Implementations§
Source§impl Clone for MarkdownDocument
impl Clone for MarkdownDocument
Source§fn clone(&self) -> MarkdownDocument
fn clone(&self) -> MarkdownDocument
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 moreAuto Trait Implementations§
impl Freeze for MarkdownDocument
impl RefUnwindSafe for MarkdownDocument
impl Send for MarkdownDocument
impl Sync for MarkdownDocument
impl Unpin for MarkdownDocument
impl UnwindSafe for MarkdownDocument
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