Struct polars_plan::prelude::UnionOptions
source · [−]pub struct UnionOptions {
pub slice: bool,
pub slice_offset: i64,
pub slice_len: IdxSize,
pub parallel: bool,
}
Fields
slice: bool
slice_offset: i64
slice_len: IdxSize
parallel: bool
Trait Implementations
sourceimpl Clone for UnionOptions
impl Clone for UnionOptions
sourcefn clone(&self) -> UnionOptions
fn clone(&self) -> UnionOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UnionOptions
impl Debug for UnionOptions
sourceimpl Default for UnionOptions
impl Default for UnionOptions
sourcefn default() -> UnionOptions
fn default() -> UnionOptions
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for UnionOptions
impl<'de> Deserialize<'de> for UnionOptions
sourcefn 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
sourceimpl PartialEq<UnionOptions> for UnionOptions
impl PartialEq<UnionOptions> for UnionOptions
sourcefn eq(&self, other: &UnionOptions) -> bool
fn eq(&self, other: &UnionOptions) -> bool
sourceimpl Serialize for UnionOptions
impl Serialize for UnionOptions
impl Copy for UnionOptions
impl Eq for UnionOptions
impl StructuralEq for UnionOptions
impl StructuralPartialEq for UnionOptions
Auto Trait Implementations
impl RefUnwindSafe for UnionOptions
impl Send for UnionOptions
impl Sync for UnionOptions
impl Unpin for UnionOptions
impl UnwindSafe for UnionOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.