Struct kvproto::cdcpb::ChangeDataRequestNotifyTxnStatus [−][src]
Fields
txn_status: RepeatedField<TxnStatus>
unknown_fields: UnknownFields
cached_size: CachedSize
Implementations
impl ChangeDataRequestNotifyTxnStatus
[src][−]
pub fn new() -> ChangeDataRequestNotifyTxnStatus
[src]
pub fn get_txn_status(&self) -> &[TxnStatus]
[src]
pub fn clear_txn_status(&mut self)
[src]
pub fn set_txn_status(&mut self, v: RepeatedField<TxnStatus>)
[src]
pub fn mut_txn_status(&mut self) -> &mut RepeatedField<TxnStatus>
[src]
pub fn take_txn_status(&mut self) -> RepeatedField<TxnStatus>
[src]
Trait Implementations
impl Clear for ChangeDataRequestNotifyTxnStatus
[src][+]
impl Clone for ChangeDataRequestNotifyTxnStatus
[src][+]
impl Debug for ChangeDataRequestNotifyTxnStatus
[src][+]
impl Default for ChangeDataRequestNotifyTxnStatus
[src][+]
impl<'a> Default for &'a ChangeDataRequestNotifyTxnStatus
[src][+]
impl Message for ChangeDataRequestNotifyTxnStatus
[src][+]
impl PartialEq<ChangeDataRequestNotifyTxnStatus> for ChangeDataRequestNotifyTxnStatus
[src][+]
impl PbPrint for ChangeDataRequestNotifyTxnStatus
[src][+]
impl ProtobufValue for ChangeDataRequestNotifyTxnStatus
[src][+]
impl StructuralPartialEq for ChangeDataRequestNotifyTxnStatus
[src]
Auto Trait Implementations
impl RefUnwindSafe for ChangeDataRequestNotifyTxnStatus
impl Send for ChangeDataRequestNotifyTxnStatus
impl Sync for ChangeDataRequestNotifyTxnStatus
impl Unpin for ChangeDataRequestNotifyTxnStatus
impl UnwindSafe for ChangeDataRequestNotifyTxnStatus
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>,