pub struct EventRange {
pub oldest_events_time: Option<u64>,
pub newest_events_time: Option<u64>,
pub batch_size: usize,
pub what_grab: WhatGrab,
}Fields§
§oldest_events_time: Option<u64>§newest_events_time: Option<u64>§batch_size: usize§what_grab: WhatGrabImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EventRange
impl RefUnwindSafe for EventRange
impl Send for EventRange
impl Sync for EventRange
impl Unpin for EventRange
impl UnsafeUnpin for EventRange
impl UnwindSafe for EventRange
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