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