Struct sozu_command_lib::messages::QueryApplicationDomain [−][src]
Fields
hostname: String
path_begin: Option<String>
Trait Implementations
impl Debug for QueryApplicationDomain
[src]
impl Debug for QueryApplicationDomain
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 QueryApplicationDomain
[src]
impl Clone for QueryApplicationDomain
fn clone(&self) -> QueryApplicationDomain
[src]
fn clone(&self) -> QueryApplicationDomain
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 QueryApplicationDomain
[src]
impl PartialEq for QueryApplicationDomain
fn eq(&self, other: &QueryApplicationDomain) -> bool
[src]
fn eq(&self, other: &QueryApplicationDomain) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &QueryApplicationDomain) -> bool
[src]
fn ne(&self, other: &QueryApplicationDomain) -> bool
This method tests for !=
.
impl Eq for QueryApplicationDomain
[src]
impl Eq for QueryApplicationDomain
impl Hash for QueryApplicationDomain
[src]
impl Hash for QueryApplicationDomain
Auto Trait Implementations
impl Send for QueryApplicationDomain
impl Send for QueryApplicationDomain
impl Sync for QueryApplicationDomain
impl Sync for QueryApplicationDomain