pub struct MarkdownFences {
pub xml_fences: Vec<XmlFence>,
}Expand description
Collected fences from Markdown parsing.
Fields§
§xml_fences: Vec<XmlFence>Content of supersigil-xml fenced code blocks with byte offsets.
Trait Implementations§
Source§impl Debug for MarkdownFences
impl Debug for MarkdownFences
Source§impl Default for MarkdownFences
impl Default for MarkdownFences
Source§fn default() -> MarkdownFences
fn default() -> MarkdownFences
Returns the “default value” for a type. Read more
Source§impl PartialEq for MarkdownFences
impl PartialEq for MarkdownFences
impl StructuralPartialEq for MarkdownFences
Auto Trait Implementations§
impl Freeze for MarkdownFences
impl RefUnwindSafe for MarkdownFences
impl Send for MarkdownFences
impl Sync for MarkdownFences
impl Unpin for MarkdownFences
impl UnsafeUnpin for MarkdownFences
impl UnwindSafe for MarkdownFences
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