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
Source§fn clone(&self) -> EventWindowOpts
fn clone(&self) -> EventWindowOpts
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EventWindowOpts
Source§impl Debug for EventWindowOpts
impl Debug for EventWindowOpts
Source§impl Default for EventWindowOpts
impl Default for EventWindowOpts
Source§fn default() -> EventWindowOpts
fn default() -> EventWindowOpts
Returns the “default value” for a type. Read more
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