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
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more