Struct sozu_command_lib::messages::TcpFront [−][src]
Fields
app_id: String
ip_address: String
port: u16
Trait Implementations
impl Debug for TcpFront
[src]
impl Debug for TcpFront
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for TcpFront
[src]
impl Clone for TcpFront
fn clone(&self) -> TcpFront
[src]
fn clone(&self) -> TcpFront
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for TcpFront
[src]
impl PartialEq for TcpFront
fn eq(&self, other: &TcpFront) -> bool
[src]
fn eq(&self, other: &TcpFront) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &TcpFront) -> bool
[src]
fn ne(&self, other: &TcpFront) -> bool
This method tests for !=
.
impl Eq for TcpFront
[src]
impl Eq for TcpFront
impl Hash for TcpFront
[src]
impl Hash for TcpFront