Struct kvproto::tikvpb::BatchCommandsEmptyRequest [−][src]
Fields
test_id: u64
delay_time: u64
unknown_fields: UnknownFields
cached_size: CachedSize
Implementations
impl BatchCommandsEmptyRequest
[src][−]
pub fn new() -> BatchCommandsEmptyRequest
[src]
pub fn get_test_id(&self) -> u64
[src]
pub fn clear_test_id(&mut self)
[src]
pub fn set_test_id(&mut self, v: u64)
[src]
pub fn get_delay_time(&self) -> u64
[src]
pub fn clear_delay_time(&mut self)
[src]
pub fn set_delay_time(&mut self, v: u64)
[src]
Trait Implementations
impl Clear for BatchCommandsEmptyRequest
[src][+]
impl Clone for BatchCommandsEmptyRequest
[src][+]
impl Debug for BatchCommandsEmptyRequest
[src][+]
impl Default for BatchCommandsEmptyRequest
[src][+]
impl<'a> Default for &'a BatchCommandsEmptyRequest
[src][+]
impl Message for BatchCommandsEmptyRequest
[src][+]
impl PartialEq<BatchCommandsEmptyRequest> for BatchCommandsEmptyRequest
[src][+]
impl PbPrint for BatchCommandsEmptyRequest
[src][+]
impl ProtobufValue for BatchCommandsEmptyRequest
[src][+]
impl StructuralPartialEq for BatchCommandsEmptyRequest
[src]
Auto Trait Implementations
impl RefUnwindSafe for BatchCommandsEmptyRequest
impl Send for BatchCommandsEmptyRequest
impl Sync for BatchCommandsEmptyRequest
impl Unpin for BatchCommandsEmptyRequest
impl UnwindSafe for BatchCommandsEmptyRequest
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>,