pub struct Yaml {
pub value: String,
pub position: Option<Position>,
}
Expand description
Frontmatter: yaml.
> | ---
^^^
> | a: b
^^^^
> | ---
^^^
Fields§
§value: String
Content model.
position: Option<Position>
Positional info.
Trait Implementations§
impl Eq for Yaml
impl StructuralPartialEq for Yaml
Auto Trait Implementations§
impl Freeze for Yaml
impl RefUnwindSafe for Yaml
impl Send for Yaml
impl Sync for Yaml
impl Unpin for Yaml
impl UnwindSafe for Yaml
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