#[non_exhaustive]pub struct Frontmatter {}Expand description
A frontmatter section fenced by ---.
Trait Implementations§
Source§impl Clone for Frontmatter
Available on crate feature full only.
impl Clone for Frontmatter
Available on crate feature
full only.Source§impl Debug for Frontmatter
Available on crate feature full only.
impl Debug for Frontmatter
Available on crate feature
full only.impl Eq for Frontmatter
Available on crate feature
full only.Source§impl Hash for Frontmatter
Available on crate feature full only.
impl Hash for Frontmatter
Available on crate feature
full only.Auto Trait Implementations§
impl Freeze for Frontmatter
impl RefUnwindSafe for Frontmatter
impl Send for Frontmatter
impl Sync for Frontmatter
impl Unpin for Frontmatter
impl UnsafeUnpin for Frontmatter
impl UnwindSafe for Frontmatter
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