Struct kvproto::kvrpcpb::ExecDetailsV2[][src]

pub struct ExecDetailsV2 {
    pub time_detail: SingularPtrField<TimeDetail>,
    pub scan_detail_v2: SingularPtrField<ScanDetailV2>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

time_detail: SingularPtrField<TimeDetail>scan_detail_v2: SingularPtrField<ScanDetailV2>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl ExecDetailsV2[src]

pub fn new() -> ExecDetailsV2[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_v2(&self) -> &ScanDetailV2[src]

pub fn clear_scan_detail_v2(&mut self)[src]

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

pub fn set_scan_detail_v2(&mut self, v: ScanDetailV2)[src]

pub fn mut_scan_detail_v2(&mut self) -> &mut ScanDetailV2[src]

pub fn take_scan_detail_v2(&mut self) -> ScanDetailV2[src]

Trait Implementations

impl Clear for ExecDetailsV2[src]

impl Clone for ExecDetailsV2[src]

impl Debug for ExecDetailsV2[src]

impl Default for ExecDetailsV2[src]

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

impl Message for ExecDetailsV2[src]

impl PartialEq<ExecDetailsV2> for ExecDetailsV2[src]

impl PbPrint for ExecDetailsV2[src]

impl ProtobufValue for ExecDetailsV2[src]

impl StructuralPartialEq for ExecDetailsV2[src]

Auto Trait Implementations

impl RefUnwindSafe for ExecDetailsV2

impl Send for ExecDetailsV2

impl Sync for ExecDetailsV2

impl Unpin for ExecDetailsV2

impl UnwindSafe for ExecDetailsV2

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.