Struct polars_lazy::dsl::WindowOptions [−][src]
pub struct WindowOptions { /* 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 WindowOptions
impl Send for WindowOptions
impl Sync for WindowOptions
impl Unpin for WindowOptions
impl UnwindSafe for WindowOptions
Blanket Implementations
Mutably borrows from an owned value. Read more