pub enum ExportSince {
Timestamp(u64),
EventId(EventId),
}Expand description
Filter for incremental exports
Variants§
Auto Trait Implementations§
impl Freeze for ExportSince
impl RefUnwindSafe for ExportSince
impl Send for ExportSince
impl Sync for ExportSince
impl Unpin for ExportSince
impl UnwindSafe for ExportSince
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