Struct ipsae_core::Markdown
source · pub struct Markdown {
pub style: MarkdownType,
pub content: String,
pub children: Vec<Markdown>,
}Fields§
§style: MarkdownType§content: String§children: Vec<Markdown>Trait Implementations§
source§impl PartialEq<Markdown> for Markdown
impl PartialEq<Markdown> for Markdown
impl StructuralPartialEq for Markdown
Auto Trait Implementations§
impl RefUnwindSafe for Markdown
impl Send for Markdown
impl Sync for Markdown
impl Unpin for Markdown
impl UnwindSafe for Markdown
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