Struct sozu_command_lib::messages::Instance
[−]
[src]
pub struct Instance {
pub app_id: String,
pub instance_id: String,
pub ip_address: String,
pub port: u16,
}Fields
app_id: String
instance_id: String
ip_address: String
port: u16
Trait Implementations
impl Debug for Instance[src]
impl Clone for Instance[src]
fn clone(&self) -> Instance[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for Instance[src]
fn eq(&self, __arg_0: &Instance) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Instance) -> bool[src]
This method tests for !=.