Struct kvproto::kvrpcpb::ExecDetails[][src]

pub struct ExecDetails {
    pub time_detail: SingularPtrField<TimeDetail>,
    pub scan_detail: SingularPtrField<ScanDetail>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

time_detail: SingularPtrField<TimeDetail>scan_detail: SingularPtrField<ScanDetail>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl ExecDetails[src]

pub fn new() -> ExecDetails[src]

pub fn get_time_detail(&self) -> &TimeDetail[src]

pub fn clear_time_detail(&mut self)[src]

pub fn has_time_detail(&self) -> bool[src]

pub fn set_time_detail(&mut self, v: TimeDetail)[src]

pub fn mut_time_detail(&mut self) -> &mut TimeDetail[src]

pub fn take_time_detail(&mut self) -> TimeDetail[src]

pub fn get_scan_detail(&self) -> &ScanDetail[src]

pub fn clear_scan_detail(&mut self)[src]

pub fn has_scan_detail(&self) -> bool[src]

pub fn set_scan_detail(&mut self, v: ScanDetail)[src]

pub fn mut_scan_detail(&mut self) -> &mut ScanDetail[src]

pub fn take_scan_detail(&mut self) -> ScanDetail[src]

Trait Implementations

impl Clear for ExecDetails[src]

impl Clone for ExecDetails[src]

impl Debug for ExecDetails[src]

impl Default for ExecDetails[src]

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

impl Message for ExecDetails[src]

impl PartialEq<ExecDetails> for ExecDetails[src]

impl PbPrint for ExecDetails[src]

impl ProtobufValue for ExecDetails[src]

impl StructuralPartialEq for ExecDetails[src]

Auto Trait Implementations

impl RefUnwindSafe for ExecDetails

impl Send for ExecDetails

impl Sync for ExecDetails

impl Unpin for ExecDetails

impl UnwindSafe for ExecDetails

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.