pub struct Receipt {
pub shard_id: u16,
pub timestamp: u64,
}Expand description
Receipt from a successful ingestion.
Fields§
§shard_id: u16The shard the event was assigned to.
timestamp: u64Insertion timestamp (nanoseconds).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Receipt
impl RefUnwindSafe for Receipt
impl Send for Receipt
impl Sync for Receipt
impl Unpin for Receipt
impl UnsafeUnpin for Receipt
impl UnwindSafe for Receipt
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