pub struct HtmlOptions {
pub inline_images: bool,
}Expand description
Options for HTML conversion.
Fields§
§inline_images: boolWhether to inline images as base64 data URIs (default: true).
Trait Implementations§
Source§impl Clone for HtmlOptions
impl Clone for HtmlOptions
Source§fn clone(&self) -> HtmlOptions
fn clone(&self) -> HtmlOptions
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 HtmlOptions
impl Debug for HtmlOptions
Auto Trait Implementations§
impl Freeze for HtmlOptions
impl RefUnwindSafe for HtmlOptions
impl Send for HtmlOptions
impl Sync for HtmlOptions
impl Unpin for HtmlOptions
impl UnsafeUnpin for HtmlOptions
impl UnwindSafe for HtmlOptions
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