Struct agner_utils::std_error_pp::ErrorPP
source · [−]pub struct ErrorPP<'a> { /* private fields */ }
Implementations
sourceimpl ErrorPP<'_>
impl ErrorPP<'_>
pub fn depth_limit(self, depth_limit: usize) -> Self
Trait Implementations
impl<'a> Copy for ErrorPP<'a>
Auto Trait Implementations
impl<'a> !RefUnwindSafe for ErrorPP<'a>
impl<'a> !Send for ErrorPP<'a>
impl<'a> !Sync for ErrorPP<'a>
impl<'a> Unpin for ErrorPP<'a>
impl<'a> !UnwindSafe for ErrorPP<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more