pub struct PrettyReport;Expand description
Report type for error reporting as pretty format.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PrettyReport
impl RefUnwindSafe for PrettyReport
impl Send for PrettyReport
impl Sync for PrettyReport
impl Unpin for PrettyReport
impl UnsafeUnpin for PrettyReport
impl UnwindSafe for PrettyReport
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