Struct pulsar_binary_protocol_spec::protos::protobuf::PulsarApi::CommandEndTxnOnPartition[][src]

pub struct CommandEndTxnOnPartition {
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
    // some fields omitted
}

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl CommandEndTxnOnPartition[src]

pub fn new() -> CommandEndTxnOnPartition[src]

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

pub fn clear_request_id(&mut self)[src]

pub fn has_request_id(&self) -> bool[src]

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

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

pub fn clear_txnid_least_bits(&mut self)[src]

pub fn has_txnid_least_bits(&self) -> bool[src]

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

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

pub fn clear_txnid_most_bits(&mut self)[src]

pub fn has_txnid_most_bits(&self) -> bool[src]

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

pub fn get_topic(&self) -> &str[src]

pub fn clear_topic(&mut self)[src]

pub fn has_topic(&self) -> bool[src]

pub fn set_topic(&mut self, v: String)[src]

pub fn mut_topic(&mut self) -> &mut String[src]

pub fn take_topic(&mut self) -> String[src]

pub fn get_txn_action(&self) -> TxnAction[src]

pub fn clear_txn_action(&mut self)[src]

pub fn has_txn_action(&self) -> bool[src]

pub fn set_txn_action(&mut self, v: TxnAction)[src]

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

pub fn clear_txnid_least_bits_of_low_watermark(&mut self)[src]

pub fn has_txnid_least_bits_of_low_watermark(&self) -> bool[src]

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

Trait Implementations

impl Clear for CommandEndTxnOnPartition[src]

impl Clone for CommandEndTxnOnPartition[src]

impl Debug for CommandEndTxnOnPartition[src]

impl Default for CommandEndTxnOnPartition[src]

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

impl Message for CommandEndTxnOnPartition[src]

impl PartialEq<CommandEndTxnOnPartition> for CommandEndTxnOnPartition[src]

impl ProtobufValue for CommandEndTxnOnPartition[src]

impl StructuralPartialEq for CommandEndTxnOnPartition[src]

Auto Trait Implementations

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.