pub struct MarkdownFeatures {}Expand description
Supported Markdown features for a platform.
Fields§
§headings: bool§bold: bool§italic: bool§code_blocks: bool§inline_code: bool§links: bool§unordered_lists: bool§ordered_lists: bool§blockquotes: bool§tables: bool§task_lists: bool§images: bool§strikethrough: boolImplementations§
Trait Implementations§
Source§impl Clone for MarkdownFeatures
impl Clone for MarkdownFeatures
Source§fn clone(&self) -> MarkdownFeatures
fn clone(&self) -> MarkdownFeatures
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MarkdownFeatures
impl Debug for MarkdownFeatures
Source§impl Default for MarkdownFeatures
impl Default for MarkdownFeatures
Source§fn default() -> MarkdownFeatures
fn default() -> MarkdownFeatures
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MarkdownFeatures
impl RefUnwindSafe for MarkdownFeatures
impl Send for MarkdownFeatures
impl Sync for MarkdownFeatures
impl Unpin for MarkdownFeatures
impl UnsafeUnpin for MarkdownFeatures
impl UnwindSafe for MarkdownFeatures
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