pub struct StreamWindow {
pub duration: Duration,
pub window_type: StreamWindowType,
}Expand description
Window specification for stream patterns
Fields§
§duration: DurationWindow duration
window_type: StreamWindowTypeWindow type (sliding, tumbling, etc.)
Trait Implementations§
Source§impl Clone for StreamWindow
impl Clone for StreamWindow
Source§fn clone(&self) -> StreamWindow
fn clone(&self) -> StreamWindow
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 StreamWindow
impl Debug for StreamWindow
Source§impl PartialEq for StreamWindow
impl PartialEq for StreamWindow
impl StructuralPartialEq for StreamWindow
Auto Trait Implementations§
impl Freeze for StreamWindow
impl RefUnwindSafe for StreamWindow
impl Send for StreamWindow
impl Sync for StreamWindow
impl Unpin for StreamWindow
impl UnwindSafe for StreamWindow
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