Struct orca::preprocess::Record [−][src]
struct Record { conn: i32, etime: Duration, ids: Vec<Uuid>, nentries: u32, rtime: Duration, op_type: RawOpType, }
Fields
conn: i32
etime: Duration
ids: Vec<Uuid>
nentries: u32
rtime: Duration
op_type: RawOpType
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Record
impl UnwindSafe for Record
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self