pub struct WindowOperatorWrapper {
pub properties: WindowProperties,
pub assign_timestamp: StepInvocationWrapperV0_5_0,
pub flush: Option<StepInvocationWrapperV0_5_0>,
pub transforms: WindowTransforms,
}
Fields§
§properties: WindowProperties
§assign_timestamp: StepInvocationWrapperV0_5_0
§flush: Option<StepInvocationWrapperV0_5_0>
§transforms: WindowTransforms
Trait Implementations§
Source§impl Clone for WindowOperatorWrapper
impl Clone for WindowOperatorWrapper
Source§fn clone(&self) -> WindowOperatorWrapper
fn clone(&self) -> WindowOperatorWrapper
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 WindowOperatorWrapper
impl Debug for WindowOperatorWrapper
Source§impl<'de> Deserialize<'de> for WindowOperatorWrapper
impl<'de> Deserialize<'de> for WindowOperatorWrapper
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
Auto Trait Implementations§
impl Freeze for WindowOperatorWrapper
impl RefUnwindSafe for WindowOperatorWrapper
impl Send for WindowOperatorWrapper
impl Sync for WindowOperatorWrapper
impl Unpin for WindowOperatorWrapper
impl UnwindSafe for WindowOperatorWrapper
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