Struct polars_plan::prelude::HConcatOptions
source · pub struct HConcatOptions {
pub parallel: bool,
}
Fields§
§parallel: bool
Trait Implementations§
source§impl Clone for HConcatOptions
impl Clone for HConcatOptions
source§fn clone(&self) -> HConcatOptions
fn clone(&self) -> HConcatOptions
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 HConcatOptions
impl Debug for HConcatOptions
source§impl Default for HConcatOptions
impl Default for HConcatOptions
source§fn default() -> HConcatOptions
fn default() -> HConcatOptions
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for HConcatOptions
impl<'de> Deserialize<'de> for HConcatOptions
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 PartialEq for HConcatOptions
impl PartialEq for HConcatOptions
source§fn eq(&self, other: &HConcatOptions) -> bool
fn eq(&self, other: &HConcatOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for HConcatOptions
impl Serialize for HConcatOptions
impl Copy for HConcatOptions
impl Eq for HConcatOptions
impl StructuralPartialEq for HConcatOptions
Auto Trait Implementations§
impl Freeze for HConcatOptions
impl RefUnwindSafe for HConcatOptions
impl Send for HConcatOptions
impl Sync for HConcatOptions
impl Unpin for HConcatOptions
impl UnwindSafe for HConcatOptions
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.