pub struct MarkdownRenderOptions {
pub styles: StyleSheet,
pub image: ImageOptions,
}Fields§
§styles: StyleSheet§image: ImageOptionsTrait Implementations§
Source§impl Clone for MarkdownRenderOptions
impl Clone for MarkdownRenderOptions
Source§fn clone(&self) -> MarkdownRenderOptions
fn clone(&self) -> MarkdownRenderOptions
Returns a duplicate of the value. Read more
1.0.0 · 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 MarkdownRenderOptions
impl Debug for MarkdownRenderOptions
Source§impl Default for MarkdownRenderOptions
impl Default for MarkdownRenderOptions
Source§fn default() -> MarkdownRenderOptions
fn default() -> MarkdownRenderOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MarkdownRenderOptions
impl RefUnwindSafe for MarkdownRenderOptions
impl Send for MarkdownRenderOptions
impl Sync for MarkdownRenderOptions
impl Unpin for MarkdownRenderOptions
impl UnwindSafe for MarkdownRenderOptions
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