Struct kvproto::replication_modepb::DrAutoSync [−][src]
Fields
label_key: String
state: DrAutoSyncState
state_id: u64
wait_sync_timeout_hint: i32
unknown_fields: UnknownFields
cached_size: CachedSize
Implementations
impl DrAutoSync
[src][−]
pub fn new() -> DrAutoSync
[src]
pub fn get_label_key(&self) -> &str
[src]
pub fn clear_label_key(&mut self)
[src]
pub fn set_label_key(&mut self, v: String)
[src]
pub fn mut_label_key(&mut self) -> &mut String
[src]
pub fn take_label_key(&mut self) -> String
[src]
pub fn get_state(&self) -> DrAutoSyncState
[src]
pub fn clear_state(&mut self)
[src]
pub fn set_state(&mut self, v: DrAutoSyncState)
[src]
pub fn get_state_id(&self) -> u64
[src]
pub fn clear_state_id(&mut self)
[src]
pub fn set_state_id(&mut self, v: u64)
[src]
pub fn get_wait_sync_timeout_hint(&self) -> i32
[src]
pub fn clear_wait_sync_timeout_hint(&mut self)
[src]
pub fn set_wait_sync_timeout_hint(&mut self, v: i32)
[src]
Trait Implementations
impl Clear for DrAutoSync
[src][+]
impl Clone for DrAutoSync
[src][+]
impl Debug for DrAutoSync
[src][+]
impl Default for DrAutoSync
[src][+]
impl<'a> Default for &'a DrAutoSync
[src][+]
impl Message for DrAutoSync
[src][+]
impl PartialEq<DrAutoSync> for DrAutoSync
[src][+]
impl PbPrint for DrAutoSync
[src][+]
impl ProtobufValue for DrAutoSync
[src][+]
impl StructuralPartialEq for DrAutoSync
[src]
Auto Trait Implementations
impl RefUnwindSafe for DrAutoSync
impl Send for DrAutoSync
impl Sync for DrAutoSync
impl Unpin for DrAutoSync
impl UnwindSafe for DrAutoSync
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>,