Struct polars_plan::dsl::WhenThen
source · [−]pub struct WhenThen { /* private fields */ }
Expand description
Intermediate state of when(..).then(..).otherwise(..)
expr.
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for WhenThen
impl Send for WhenThen
impl Sync for WhenThen
impl Unpin for WhenThen
impl !UnwindSafe for WhenThen
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