pub struct TicketSyncReport {
pub connection: String,
pub summary: IngestSummary,
}Expand description
Per-connection ingest result.
Fields§
§connection: String§summary: IngestSummaryAuto Trait Implementations§
impl Freeze for TicketSyncReport
impl RefUnwindSafe for TicketSyncReport
impl Send for TicketSyncReport
impl Sync for TicketSyncReport
impl Unpin for TicketSyncReport
impl UnsafeUnpin for TicketSyncReport
impl UnwindSafe for TicketSyncReport
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