pub struct HtmlRenderer {
pub indent: usize,
pub title: Option<String>,
}
Fields§
§indent: usize
§title: Option<String>
Trait Implementations§
Source§impl Clone for HtmlRenderer
impl Clone for HtmlRenderer
Source§fn clone(&self) -> HtmlRenderer
fn clone(&self) -> HtmlRenderer
Returns a copy 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 HtmlRenderer
impl Debug for HtmlRenderer
Source§impl Default for HtmlRenderer
impl Default for HtmlRenderer
Source§impl Renderer<String, Error> for HtmlRenderer
impl Renderer<String, Error> for HtmlRenderer
fn render( &mut self, tree: &WidgetUnit, _: &CoordsMapping, _layout: &Layout, ) -> Result<String, Error>
Auto Trait Implementations§
impl Freeze for HtmlRenderer
impl RefUnwindSafe for HtmlRenderer
impl Send for HtmlRenderer
impl Sync for HtmlRenderer
impl Unpin for HtmlRenderer
impl UnwindSafe for HtmlRenderer
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