Struct kvproto::cdcpb::EventLongTxn [−][src]
Fields
txn_info: RepeatedField<TxnInfo>
unknown_fields: UnknownFields
cached_size: CachedSize
Implementations
impl EventLongTxn
[src][−]
pub fn new() -> EventLongTxn
[src]
pub fn get_txn_info(&self) -> &[TxnInfo]
[src]
pub fn clear_txn_info(&mut self)
[src]
pub fn set_txn_info(&mut self, v: RepeatedField<TxnInfo>)
[src]
pub fn mut_txn_info(&mut self) -> &mut RepeatedField<TxnInfo>
[src]
pub fn take_txn_info(&mut self) -> RepeatedField<TxnInfo>
[src]
Trait Implementations
impl Clear for EventLongTxn
[src][+]
impl Clone for EventLongTxn
[src][+]
impl Debug for EventLongTxn
[src][+]
impl Default for EventLongTxn
[src][+]
impl<'a> Default for &'a EventLongTxn
[src][+]
impl Message for EventLongTxn
[src][+]
impl PartialEq<EventLongTxn> for EventLongTxn
[src][+]
impl PbPrint for EventLongTxn
[src][+]
impl ProtobufValue for EventLongTxn
[src][+]
impl StructuralPartialEq for EventLongTxn
[src]
Auto Trait Implementations
impl RefUnwindSafe for EventLongTxn
impl Send for EventLongTxn
impl Sync for EventLongTxn
impl Unpin for EventLongTxn
impl UnwindSafe for EventLongTxn
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>,