Struct eventstore_tcp::raw::client_messages::mod_NotHandled::MasterInfo [] [src]

pub struct MasterInfo<'a> {
    pub external_tcp_address: Cow<'a, str>,
    pub external_tcp_port: i32,
    pub external_http_address: Cow<'a, str>,
    pub external_http_port: i32,
    pub external_secure_tcp_address: Option<Cow<'a, str>>,
    pub external_secure_tcp_port: Option<i32>,
}

Fields

Methods

impl<'a> MasterInfo<'a>
[src]

Trait Implementations

impl<'a> Debug for MasterInfo<'a>
[src]

Formats the value using the given formatter.

impl<'a> Default for MasterInfo<'a>
[src]

Returns the "default value" for a type. Read more

impl<'a> PartialEq for MasterInfo<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> Clone for MasterInfo<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> MessageWrite for MasterInfo<'a>
[src]

Computes necessary binary size of self once serialized in protobuf

Writes Self into W writer

Writes self into a file