pub struct DisplayErrorFormatter;Expand description
Default formatter that surfaces the error’s display output.
Trait Implementations§
Source§impl Clone for DisplayErrorFormatter
impl Clone for DisplayErrorFormatter
Source§fn clone(&self) -> DisplayErrorFormatter
fn clone(&self) -> DisplayErrorFormatter
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 DisplayErrorFormatter
impl Debug for DisplayErrorFormatter
Source§impl Default for DisplayErrorFormatter
impl Default for DisplayErrorFormatter
Source§fn default() -> DisplayErrorFormatter
fn default() -> DisplayErrorFormatter
Returns the “default value” for a type. Read more
impl Copy for DisplayErrorFormatter
Auto Trait Implementations§
impl Freeze for DisplayErrorFormatter
impl RefUnwindSafe for DisplayErrorFormatter
impl Send for DisplayErrorFormatter
impl Sync for DisplayErrorFormatter
impl Unpin for DisplayErrorFormatter
impl UnwindSafe for DisplayErrorFormatter
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