pub struct PlainRenderer { /* private fields */ }Implementations§
Source§impl PlainRenderer
impl PlainRenderer
pub fn new(config: RenderConfig) -> Self
pub fn render_event(&mut self, event: &AppEvent)
pub fn finish(&mut self)
pub fn output(&self) -> &str
pub fn output_mut(&mut self) -> &mut String
pub fn into_output(self) -> String
Trait Implementations§
Source§impl Clone for PlainRenderer
impl Clone for PlainRenderer
Source§fn clone(&self) -> PlainRenderer
fn clone(&self) -> PlainRenderer
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 moreAuto Trait Implementations§
impl Freeze for PlainRenderer
impl RefUnwindSafe for PlainRenderer
impl Send for PlainRenderer
impl Sync for PlainRenderer
impl Unpin for PlainRenderer
impl UnsafeUnpin for PlainRenderer
impl UnwindSafe for PlainRenderer
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