Struct kvproto::kvrpcpb::ExecDetails [−][src]
Fields
time_detail: SingularPtrField<TimeDetail>
scan_detail: SingularPtrField<ScanDetail>
unknown_fields: UnknownFields
cached_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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,