Enum polars_plan::logical_plan::ErrorState
source · pub enum ErrorState {
NotYetEncountered {
err: PolarsError,
},
AlreadyEncountered {
prev_err_msg: String,
},
}
Variants§
Trait Implementations§
source§impl Debug for ErrorState
impl Debug for ErrorState
Auto Trait Implementations§
impl !RefUnwindSafe for ErrorState
impl Send for ErrorState
impl Sync for ErrorState
impl Unpin for ErrorState
impl !UnwindSafe for ErrorState
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