Struct sozu_command_lib::messages::QueryApplicationDomain
[−]
[src]
pub struct QueryApplicationDomain { pub hostname: String, pub path_begin: Option<String>, }
Fields
hostname: String
path_begin: Option<String>
Trait Implementations
impl Debug for QueryApplicationDomain
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for QueryApplicationDomain
[src]
fn clone(&self) -> QueryApplicationDomain
[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 QueryApplicationDomain
[src]
fn eq(&self, __arg_0: &QueryApplicationDomain) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &QueryApplicationDomain) -> bool
[src]
This method tests for !=
.