pub struct DefaultErrorView(/* private fields */);Expand description
A configurator for the default error view.
This can be placed in the environment to define how errors should be displayed.
Implementations§
Source§impl DefaultErrorView
impl DefaultErrorView
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DefaultErrorView
impl !RefUnwindSafe for DefaultErrorView
impl !Send for DefaultErrorView
impl !Sync for DefaultErrorView
impl Unpin for DefaultErrorView
impl !UnwindSafe for DefaultErrorView
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more