pub struct PlainAnyErrorRenderer;Expand description
Plain-text AnyError renderer.
Trait Implementations§
Source§impl Clone for PlainAnyErrorRenderer
impl Clone for PlainAnyErrorRenderer
Source§fn clone(&self) -> PlainAnyErrorRenderer
fn clone(&self) -> PlainAnyErrorRenderer
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 moreSource§impl Debug for PlainAnyErrorRenderer
impl Debug for PlainAnyErrorRenderer
Source§impl Default for PlainAnyErrorRenderer
impl Default for PlainAnyErrorRenderer
Source§fn default() -> PlainAnyErrorRenderer
fn default() -> PlainAnyErrorRenderer
Returns the “default value” for a type. Read more
impl Copy for PlainAnyErrorRenderer
Auto Trait Implementations§
impl Freeze for PlainAnyErrorRenderer
impl RefUnwindSafe for PlainAnyErrorRenderer
impl Send for PlainAnyErrorRenderer
impl Sync for PlainAnyErrorRenderer
impl Unpin for PlainAnyErrorRenderer
impl UnsafeUnpin for PlainAnyErrorRenderer
impl UnwindSafe for PlainAnyErrorRenderer
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