pub struct StreamOnWindow {
pub key_param: String,
pub window_param: String,
pub body: Vec<Statement>,
}Expand description
Handler for windowed/aggregated data
Fields§
§key_param: String§window_param: String§body: Vec<Statement>Trait Implementations§
Source§impl Clone for StreamOnWindow
impl Clone for StreamOnWindow
Source§fn clone(&self) -> StreamOnWindow
fn clone(&self) -> StreamOnWindow
Returns a duplicate 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 StreamOnWindow
impl Debug for StreamOnWindow
Source§impl<'de> Deserialize<'de> for StreamOnWindow
impl<'de> Deserialize<'de> for StreamOnWindow
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 StreamOnWindow
impl RefUnwindSafe for StreamOnWindow
impl Send for StreamOnWindow
impl Sync for StreamOnWindow
impl Unpin for StreamOnWindow
impl UnsafeUnpin for StreamOnWindow
impl UnwindSafe for StreamOnWindow
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