Struct polars_plan::logical_plan::ErrorStateSync
source · pub struct ErrorStateSync(/* private fields */);
Trait Implementations§
source§impl Clone for ErrorStateSync
impl Clone for ErrorStateSync
source§fn clone(&self) -> ErrorStateSync
fn clone(&self) -> ErrorStateSync
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 ErrorStateSync
impl Debug for ErrorStateSync
source§impl Deref for ErrorStateSync
impl Deref for ErrorStateSync
Auto Trait Implementations§
impl RefUnwindSafe for ErrorStateSync
impl Send for ErrorStateSync
impl Sync for ErrorStateSync
impl Unpin for ErrorStateSync
impl UnwindSafe for ErrorStateSync
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