Struct polars_lazy::dsl::FunctionOptions [−][src]
pub struct FunctionOptions { /* fields omitted */ }
This is supported on crate feature
compile
only.Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for FunctionOptions
impl Send for FunctionOptions
impl Sync for FunctionOptions
impl Unpin for FunctionOptions
impl UnwindSafe for FunctionOptions
Blanket Implementations
Mutably borrows from an owned value. Read more