Struct kvproto::kvrpcpb::TimeDetail[][src]

pub struct TimeDetail {
    pub wait_wall_time_ms: i64,
    pub process_wall_time_ms: i64,
    pub kv_read_wall_time_ms: i64,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

wait_wall_time_ms: i64process_wall_time_ms: i64kv_read_wall_time_ms: i64unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl TimeDetail[src]

pub fn new() -> TimeDetail[src]

pub fn get_wait_wall_time_ms(&self) -> i64[src]

pub fn clear_wait_wall_time_ms(&mut self)[src]

pub fn set_wait_wall_time_ms(&mut self, v: i64)[src]

pub fn get_process_wall_time_ms(&self) -> i64[src]

pub fn clear_process_wall_time_ms(&mut self)[src]

pub fn set_process_wall_time_ms(&mut self, v: i64)[src]

pub fn get_kv_read_wall_time_ms(&self) -> i64[src]

pub fn clear_kv_read_wall_time_ms(&mut self)[src]

pub fn set_kv_read_wall_time_ms(&mut self, v: i64)[src]

Trait Implementations

impl Clear for TimeDetail[src]

impl Clone for TimeDetail[src]

impl Debug for TimeDetail[src]

impl Default for TimeDetail[src]

impl<'a> Default for &'a TimeDetail[src]

impl Message for TimeDetail[src]

impl PartialEq<TimeDetail> for TimeDetail[src]

impl PbPrint for TimeDetail[src]

impl ProtobufValue for TimeDetail[src]

impl StructuralPartialEq for TimeDetail[src]

Auto Trait Implementations

impl RefUnwindSafe for TimeDetail

impl Send for TimeDetail

impl Sync for TimeDetail

impl Unpin for TimeDetail

impl UnwindSafe for TimeDetail

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.