pub struct PlainTextRendererFactory;Expand description
Factory for PlainTextRenderer.
Trait Implementations§
Source§impl Clone for PlainTextRendererFactory
impl Clone for PlainTextRendererFactory
Source§fn clone(&self) -> PlainTextRendererFactory
fn clone(&self) -> PlainTextRendererFactory
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PlainTextRendererFactory
Source§impl Debug for PlainTextRendererFactory
impl Debug for PlainTextRendererFactory
Source§impl Default for PlainTextRendererFactory
impl Default for PlainTextRendererFactory
Source§fn default() -> PlainTextRendererFactory
fn default() -> PlainTextRendererFactory
Returns the “default value” for a type. Read more
impl Eq for PlainTextRendererFactory
Source§impl PartialEq for PlainTextRendererFactory
impl PartialEq for PlainTextRendererFactory
Source§impl RendererFactory for PlainTextRendererFactory
impl RendererFactory for PlainTextRendererFactory
Source§fn build(&self, config: &RenderConfig) -> Box<dyn DynRenderer>
fn build(&self, config: &RenderConfig) -> Box<dyn DynRenderer>
Builds a renderer from
config.impl StructuralPartialEq for PlainTextRendererFactory
Auto Trait Implementations§
impl Freeze for PlainTextRendererFactory
impl RefUnwindSafe for PlainTextRendererFactory
impl Send for PlainTextRendererFactory
impl Sync for PlainTextRendererFactory
impl Unpin for PlainTextRendererFactory
impl UnsafeUnpin for PlainTextRendererFactory
impl UnwindSafe for PlainTextRendererFactory
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