pub struct ErrorCombiner(pub Option<Error>);
Tuple Fields§
§0: Option<Error>
Implementations§
Source§impl ErrorCombiner
impl ErrorCombiner
Auto Trait Implementations§
impl Freeze for ErrorCombiner
impl RefUnwindSafe for ErrorCombiner
impl Send for ErrorCombiner
impl Sync for ErrorCombiner
impl Unpin for ErrorCombiner
impl UnwindSafe for ErrorCombiner
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