Struct kvproto::cdcpb::TxnInfo[][src]

pub struct TxnInfo {
    pub start_ts: u64,
    pub primary: Vec<u8>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

start_ts: u64primary: Vec<u8>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl TxnInfo[src]

pub fn new() -> TxnInfo[src]

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

pub fn clear_start_ts(&mut self)[src]

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

pub fn get_primary(&self) -> &[u8][src]

pub fn clear_primary(&mut self)[src]

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

pub fn mut_primary(&mut self) -> &mut Vec<u8>[src]

pub fn take_primary(&mut self) -> Vec<u8>[src]

Trait Implementations

impl Clear for TxnInfo[src]

impl Clone for TxnInfo[src]

impl Debug for TxnInfo[src]

impl Default for TxnInfo[src]

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

impl Message for TxnInfo[src]

impl PartialEq<TxnInfo> for TxnInfo[src]

impl PbPrint for TxnInfo[src]

impl ProtobufValue for TxnInfo[src]

impl StructuralPartialEq for TxnInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for TxnInfo

impl Send for TxnInfo

impl Sync for TxnInfo

impl Unpin for TxnInfo

impl UnwindSafe for TxnInfo

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.