pub struct EventWindowOpts {
pub tail: Option<usize>,
pub before_seq: Option<u64>,
pub after_seq: Option<u64>,
pub limit: Option<usize>,
}Fields§
§tail: Option<usize>§before_seq: Option<u64>§after_seq: Option<u64>§limit: Option<usize>Trait Implementations§
Source§impl Clone for EventWindowOpts
impl Clone for EventWindowOpts
impl Copy for EventWindowOpts
Source§impl Debug for EventWindowOpts
impl Debug for EventWindowOpts
Auto Trait Implementations§
impl Freeze for EventWindowOpts
impl RefUnwindSafe for EventWindowOpts
impl Send for EventWindowOpts
impl Sync for EventWindowOpts
impl Unpin for EventWindowOpts
impl UnsafeUnpin for EventWindowOpts
impl UnwindSafe for EventWindowOpts
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