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

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

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl BrokerEntryMetadata[src]

pub fn new() -> BrokerEntryMetadata[src]

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

pub fn clear_broker_timestamp(&mut self)[src]

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

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

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

pub fn clear_index(&mut self)[src]

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

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

Trait Implementations

impl Clear for BrokerEntryMetadata[src]

impl Clone for BrokerEntryMetadata[src]

impl Debug for BrokerEntryMetadata[src]

impl Default for BrokerEntryMetadata[src]

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

impl Message for BrokerEntryMetadata[src]

impl PartialEq<BrokerEntryMetadata> for BrokerEntryMetadata[src]

impl ProtobufValue for BrokerEntryMetadata[src]

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