pub struct Error_ {
pub inner: Error_2,
pub incidental: Vec<Error>,
}Fields§
§inner: Error_2§incidental: Vec<Error>Errors that occur during error handling
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Error_
impl Send for Error_
impl Sync for Error_
impl Unpin for Error_
impl UnwindSafe for Error_
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