Struct polars_lazy::dsl::WhenThenThen [−][src]
pub struct WhenThenThen { /* fields omitted */ }
This is supported on crate feature
compile
only.Expand description
Intermediate state of chain when then exprs.
ⓘ
when(..).then(..)
when(..).then(..)
when(..).then(..)
.otherwise(..)`
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for WhenThenThen
impl Send for WhenThenThen
impl Sync for WhenThenThen
impl Unpin for WhenThenThen
impl !UnwindSafe for WhenThenThen
Blanket Implementations
Mutably borrows from an owned value. Read more