Struct polars_plan::dsl::RollingCovOptions
source · pub struct RollingCovOptions {
pub window_size: IdxSize,
pub min_periods: IdxSize,
pub ddof: u8,
}
Fields§
§window_size: IdxSize
§min_periods: IdxSize
§ddof: u8
Trait Implementations§
source§impl Clone for RollingCovOptions
impl Clone for RollingCovOptions
source§fn clone(&self) -> RollingCovOptions
fn clone(&self) -> RollingCovOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RollingCovOptions
impl Debug for RollingCovOptions
source§impl<'de> Deserialize<'de> for RollingCovOptions
impl<'de> Deserialize<'de> for RollingCovOptions
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for RollingCovOptions
impl Hash for RollingCovOptions
source§impl PartialEq for RollingCovOptions
impl PartialEq for RollingCovOptions
source§fn eq(&self, other: &RollingCovOptions) -> bool
fn eq(&self, other: &RollingCovOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for RollingCovOptions
impl Serialize for RollingCovOptions
impl Copy for RollingCovOptions
impl Eq for RollingCovOptions
impl StructuralEq for RollingCovOptions
impl StructuralPartialEq for RollingCovOptions
Auto Trait Implementations§
impl RefUnwindSafe for RollingCovOptions
impl Send for RollingCovOptions
impl Sync for RollingCovOptions
impl Unpin for RollingCovOptions
impl UnwindSafe for RollingCovOptions
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more