pub struct SlidingAssigner { /* private fields */ }Expand description
Assigner for sliding windows.
Implementations§
Trait Implementations§
Source§impl WindowAssigner for SlidingAssigner
impl WindowAssigner for SlidingAssigner
Source§fn assign_windows(&self, element: &StreamElement) -> Result<Vec<Window>>
fn assign_windows(&self, element: &StreamElement) -> Result<Vec<Window>>
Assign an element to one or more windows.
Source§fn assigner_type(&self) -> &str
fn assigner_type(&self) -> &str
Get the window assigner type name.
Auto Trait Implementations§
impl Freeze for SlidingAssigner
impl RefUnwindSafe for SlidingAssigner
impl Send for SlidingAssigner
impl Sync for SlidingAssigner
impl Unpin for SlidingAssigner
impl UnsafeUnpin for SlidingAssigner
impl UnwindSafe for SlidingAssigner
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