Struct kvproto::replication_modepb::DrAutoSync[][src]

pub struct DrAutoSync {
    pub label_key: String,
    pub state: DrAutoSyncState,
    pub state_id: u64,
    pub wait_sync_timeout_hint: i32,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

label_key: Stringstate: DrAutoSyncStatestate_id: u64wait_sync_timeout_hint: i32unknown_fields: UnknownFieldscached_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]

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.