pub struct PlainTextRendererPlugin;Expand description
Built-in plugin that registers the plain-text renderer.
Implementations§
Source§impl PlainTextRendererPlugin
impl PlainTextRendererPlugin
Sourcepub const RENDERER_NAME: &'static str = "plain-text"
pub const RENDERER_NAME: &'static str = "plain-text"
Renderer name registered by this plugin.
Trait Implementations§
Source§impl Clone for PlainTextRendererPlugin
impl Clone for PlainTextRendererPlugin
Source§fn clone(&self) -> PlainTextRendererPlugin
fn clone(&self) -> PlainTextRendererPlugin
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 PlainTextRendererPlugin
Source§impl Debug for PlainTextRendererPlugin
impl Debug for PlainTextRendererPlugin
Source§impl Default for PlainTextRendererPlugin
impl Default for PlainTextRendererPlugin
Source§fn default() -> PlainTextRendererPlugin
fn default() -> PlainTextRendererPlugin
Returns the “default value” for a type. Read more
impl Eq for PlainTextRendererPlugin
Source§impl PartialEq for PlainTextRendererPlugin
impl PartialEq for PlainTextRendererPlugin
Source§impl QrPlugin for PlainTextRendererPlugin
impl QrPlugin for PlainTextRendererPlugin
impl StructuralPartialEq for PlainTextRendererPlugin
Auto Trait Implementations§
impl Freeze for PlainTextRendererPlugin
impl RefUnwindSafe for PlainTextRendererPlugin
impl Send for PlainTextRendererPlugin
impl Sync for PlainTextRendererPlugin
impl Unpin for PlainTextRendererPlugin
impl UnsafeUnpin for PlainTextRendererPlugin
impl UnwindSafe for PlainTextRendererPlugin
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