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

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

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl CommandSendError[src]

pub fn new() -> CommandSendError[src]

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

pub fn clear_producer_id(&mut self)[src]

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

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

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

pub fn clear_sequence_id(&mut self)[src]

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

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

pub fn get_error(&self) -> ServerError[src]

pub fn clear_error(&mut self)[src]

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

pub fn set_error(&mut self, v: ServerError)[src]

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

pub fn clear_message(&mut self)[src]

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

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

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

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

Trait Implementations

impl Clear for CommandSendError[src]

impl Clone for CommandSendError[src]

impl Debug for CommandSendError[src]

impl Default for CommandSendError[src]

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

impl Message for CommandSendError[src]

impl PartialEq<CommandSendError> for CommandSendError[src]

impl ProtobufValue for CommandSendError[src]

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