pub struct LaggedFrameOptions {
pub mask: MaskPolicy,
pub missing: MissingPolicy,
}Expand description
Options for lag-aligned frame materialization.
Fields§
§mask: MaskPolicyHow the optional analysis mask is applied when recording column validity.
missing: MissingPolicyHow column missingness is recorded (CompleteCase marks invalid; ErrorOnMissing fails).
Trait Implementations§
Source§impl Clone for LaggedFrameOptions
impl Clone for LaggedFrameOptions
Source§fn clone(&self) -> LaggedFrameOptions
fn clone(&self) -> LaggedFrameOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LaggedFrameOptions
Source§impl Debug for LaggedFrameOptions
impl Debug for LaggedFrameOptions
Source§impl Default for LaggedFrameOptions
impl Default for LaggedFrameOptions
impl Eq for LaggedFrameOptions
Source§impl Hash for LaggedFrameOptions
impl Hash for LaggedFrameOptions
Source§impl PartialEq for LaggedFrameOptions
impl PartialEq for LaggedFrameOptions
impl StructuralPartialEq for LaggedFrameOptions
Auto Trait Implementations§
impl Freeze for LaggedFrameOptions
impl RefUnwindSafe for LaggedFrameOptions
impl Send for LaggedFrameOptions
impl Sync for LaggedFrameOptions
impl Unpin for LaggedFrameOptions
impl UnsafeUnpin for LaggedFrameOptions
impl UnwindSafe for LaggedFrameOptions
Blanket Implementations§
impl<T> Allocation for T
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