pub struct BoardAst {
pub frontmatter: Option<Value>,
pub sections: Vec<Section>,
pub tasks: Vec<TaskNode>,
}Fields§
§frontmatter: Option<Value>§sections: Vec<Section>§tasks: Vec<TaskNode>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoardAst
impl RefUnwindSafe for BoardAst
impl Send for BoardAst
impl Sync for BoardAst
impl Unpin for BoardAst
impl UnsafeUnpin for BoardAst
impl UnwindSafe for BoardAst
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