Struct polars_plan::logical_plan::ErrorState
source · pub struct ErrorState(/* private fields */);
Trait Implementations§
source§impl Clone for ErrorState
impl Clone for ErrorState
source§fn clone(&self) -> ErrorState
fn clone(&self) -> ErrorState
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ErrorState
impl Debug for ErrorState
source§impl From<PolarsError> for ErrorState
impl From<PolarsError> for ErrorState
source§fn from(err: PolarsError) -> Self
fn from(err: PolarsError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ErrorState
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