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

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

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl CommandLookupTopicResponse[src]

pub fn new() -> CommandLookupTopicResponse[src]

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

pub fn clear_brokerServiceUrl(&mut self)[src]

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

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

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

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

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

pub fn clear_brokerServiceUrlTls(&mut self)[src]

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

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

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

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

pub fn get_response(&self) -> CommandLookupTopicResponse_LookupType[src]

pub fn clear_response(&mut self)[src]

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

pub fn set_response(&mut self, v: CommandLookupTopicResponse_LookupType)[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_authoritative(&self) -> bool[src]

pub fn clear_authoritative(&mut self)[src]

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

pub fn set_authoritative(&mut self, v: bool)[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]

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

pub fn clear_proxy_through_service_url(&mut self)[src]

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

pub fn set_proxy_through_service_url(&mut self, v: bool)[src]

Trait Implementations

impl Clear for CommandLookupTopicResponse[src]

impl Clone for CommandLookupTopicResponse[src]

impl Debug for CommandLookupTopicResponse[src]

impl Default for CommandLookupTopicResponse[src]

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

impl Message for CommandLookupTopicResponse[src]

impl PartialEq<CommandLookupTopicResponse> for CommandLookupTopicResponse[src]

impl ProtobufValue for CommandLookupTopicResponse[src]

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