Struct kvproto::cdcpb::Event [−][src]
Fields
region_id: u64
index: u64
request_id: u64
event: Option<Event_oneof_event>
unknown_fields: UnknownFields
cached_size: CachedSize
Implementations
impl Event
[src][−]
pub fn new() -> Event
[src]
pub fn get_region_id(&self) -> u64
[src]
pub fn clear_region_id(&mut self)
[src]
pub fn set_region_id(&mut self, v: u64)
[src]
pub fn get_index(&self) -> u64
[src]
pub fn clear_index(&mut self)
[src]
pub fn set_index(&mut self, v: u64)
[src]
pub fn get_request_id(&self) -> u64
[src]
pub fn clear_request_id(&mut self)
[src]
pub fn set_request_id(&mut self, v: u64)
[src]
pub fn get_entries(&self) -> &EventEntries
[src]
pub fn clear_entries(&mut self)
[src]
pub fn has_entries(&self) -> bool
[src]
pub fn set_entries(&mut self, v: EventEntries)
[src]
pub fn mut_entries(&mut self) -> &mut EventEntries
[src]
pub fn take_entries(&mut self) -> EventEntries
[src]
pub fn get_admin(&self) -> &EventAdmin
[src]
pub fn clear_admin(&mut self)
[src]
pub fn has_admin(&self) -> bool
[src]
pub fn set_admin(&mut self, v: EventAdmin)
[src]
pub fn mut_admin(&mut self) -> &mut EventAdmin
[src]
pub fn take_admin(&mut self) -> EventAdmin
[src]
pub fn get_error(&self) -> &Error
[src]
pub fn clear_error(&mut self)
[src]
pub fn has_error(&self) -> bool
[src]
pub fn set_error(&mut self, v: Error)
[src]
pub fn mut_error(&mut self) -> &mut Error
[src]
pub fn take_error(&mut self) -> Error
[src]
pub fn get_resolved_ts(&self) -> u64
[src]
pub fn clear_resolved_ts(&mut self)
[src]
pub fn has_resolved_ts(&self) -> bool
[src]
pub fn set_resolved_ts(&mut self, v: u64)
[src]
pub fn get_long_txn(&self) -> &EventLongTxn
[src]
pub fn clear_long_txn(&mut self)
[src]
pub fn has_long_txn(&self) -> bool
[src]
pub fn set_long_txn(&mut self, v: EventLongTxn)
[src]
pub fn mut_long_txn(&mut self) -> &mut EventLongTxn
[src]
pub fn take_long_txn(&mut self) -> EventLongTxn
[src]
Trait Implementations
impl Clear for Event
[src][+]
impl Clone for Event
[src][+]
impl Debug for Event
[src][+]
impl Default for Event
[src][+]
impl<'a> Default for &'a Event
[src][+]
impl Message for Event
[src][+]
impl PartialEq<Event> for Event
[src][+]
impl PbPrint for Event
[src][+]
impl ProtobufValue for Event
[src][+]
impl StructuralPartialEq for Event
[src]
Auto Trait Implementations
impl RefUnwindSafe for Event
impl Send for Event
impl Sync for Event
impl Unpin for Event
impl UnwindSafe for Event
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>,