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

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

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl CommandNewTxn[src]

pub fn new() -> CommandNewTxn[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_txn_ttl_seconds(&self) -> u64[src]

pub fn clear_txn_ttl_seconds(&mut self)[src]

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

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

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

pub fn clear_tc_id(&mut self)[src]

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

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

Trait Implementations

impl Clear for CommandNewTxn[src]

impl Clone for CommandNewTxn[src]

impl Debug for CommandNewTxn[src]

impl Default for CommandNewTxn[src]

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

impl Message for CommandNewTxn[src]

impl PartialEq<CommandNewTxn> for CommandNewTxn[src]

impl ProtobufValue for CommandNewTxn[src]

impl StructuralPartialEq for CommandNewTxn[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.