Struct kvproto::cdcpb::ResolvedTs[][src]

pub struct ResolvedTs {
    pub regions: Vec<u64>,
    pub ts: u64,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

regions: Vec<u64>ts: u64unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl ResolvedTs[src]

pub fn new() -> ResolvedTs[src]

pub fn get_regions(&self) -> &[u64][src]

pub fn clear_regions(&mut self)[src]

pub fn set_regions(&mut self, v: Vec<u64>)[src]

pub fn mut_regions(&mut self) -> &mut Vec<u64>[src]

pub fn take_regions(&mut self) -> Vec<u64>[src]

pub fn get_ts(&self) -> u64[src]

pub fn clear_ts(&mut self)[src]

pub fn set_ts(&mut self, v: u64)[src]

Trait Implementations

impl Clear for ResolvedTs[src]

impl Clone for ResolvedTs[src]

impl Debug for ResolvedTs[src]

impl Default for ResolvedTs[src]

impl<'a> Default for &'a ResolvedTs[src]

impl Message for ResolvedTs[src]

impl PartialEq<ResolvedTs> for ResolvedTs[src]

impl PbPrint for ResolvedTs[src]

impl ProtobufValue for ResolvedTs[src]

impl StructuralPartialEq for ResolvedTs[src]

Auto Trait Implementations

impl RefUnwindSafe for ResolvedTs

impl Send for ResolvedTs

impl Sync for ResolvedTs

impl Unpin for ResolvedTs

impl UnwindSafe for ResolvedTs

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.