Struct polars_plan::prelude::ProjectionOptions
source · pub struct ProjectionOptions {
pub run_parallel: bool,
pub duplicate_check: bool,
}
Fields§
§run_parallel: bool
§duplicate_check: bool
Trait Implementations§
source§impl Clone for ProjectionOptions
impl Clone for ProjectionOptions
source§fn clone(&self) -> ProjectionOptions
fn clone(&self) -> ProjectionOptions
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 ProjectionOptions
impl Debug for ProjectionOptions
source§impl Default for ProjectionOptions
impl Default for ProjectionOptions
source§impl<'de> Deserialize<'de> for ProjectionOptions
impl<'de> Deserialize<'de> for ProjectionOptions
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Serialize for ProjectionOptions
impl Serialize for ProjectionOptions
impl Copy for ProjectionOptions
Auto Trait Implementations§
impl Freeze for ProjectionOptions
impl RefUnwindSafe for ProjectionOptions
impl Send for ProjectionOptions
impl Sync for ProjectionOptions
impl Unpin for ProjectionOptions
impl UnwindSafe for ProjectionOptions
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