pub struct RenderTree(/* private fields */);Expand description
The structure of an HTML document that can be rendered using a TextDecorator.
Trait Implementations§
Source§impl Clone for RenderTree
impl Clone for RenderTree
Source§fn clone(&self) -> RenderTree
fn clone(&self) -> RenderTree
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 RenderTree
impl Debug for RenderTree
Auto Trait Implementations§
impl !Freeze for RenderTree
impl !RefUnwindSafe for RenderTree
impl Send for RenderTree
impl !Sync for RenderTree
impl Unpin for RenderTree
impl UnwindSafe for RenderTree
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