pub struct HtmlWriter {
pub pre_block: Option<String>,
pub style: Option<String>,
pub class_prefix: String,
}Expand description
Fields§
§pre_block: Option<String>has pre block
style: Option<String>add style
class_prefix: StringPrefix of class names
Implementations§
Trait Implementations§
Source§impl Debug for HtmlWriter
impl Debug for HtmlWriter
Auto Trait Implementations§
impl Freeze for HtmlWriter
impl RefUnwindSafe for HtmlWriter
impl Send for HtmlWriter
impl Sync for HtmlWriter
impl Unpin for HtmlWriter
impl UnwindSafe for HtmlWriter
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