struct ErrorScope {
error: Option<Error>,
filter: ErrorFilter,
}Fields§
§error: Option<Error>§filter: ErrorFilterAuto Trait Implementations§
impl Freeze for ErrorScope
impl !RefUnwindSafe for ErrorScope
impl Send for ErrorScope
impl Sync for ErrorScope
impl Unpin for ErrorScope
impl !UnwindSafe for ErrorScope
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