Struct polars_plan::dsl::python_udf::PythonUdfExpression
source · pub struct PythonUdfExpression { /* private fields */ }
Available on crate feature
python
only.Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PythonUdfExpression
impl !RefUnwindSafe for PythonUdfExpression
impl Send for PythonUdfExpression
impl Sync for PythonUdfExpression
impl Unpin for PythonUdfExpression
impl !UnwindSafe for PythonUdfExpression
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