Enum sozu_command_lib::proxy::QueryApplicationType [−][src]
pub enum QueryApplicationType {
AppId(String),
Domain(QueryApplicationDomain),
}Variants
AppId(String)Domain(QueryApplicationDomain)
Trait Implementations
impl Debug for QueryApplicationType[src]
impl Debug for QueryApplicationTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for QueryApplicationType[src]
impl Clone for QueryApplicationTypefn clone(&self) -> QueryApplicationType[src]
fn clone(&self) -> QueryApplicationTypeReturns 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 QueryApplicationTypefn eq(&self, other: &QueryApplicationType) -> bool[src]
fn eq(&self, other: &QueryApplicationType) -> boolThis 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) -> boolThis method tests for !=.
impl Eq for QueryApplicationType[src]
impl Eq for QueryApplicationTypeimpl Hash for QueryApplicationType[src]
impl Hash for QueryApplicationTypeAuto Trait Implementations
impl Send for QueryApplicationType
impl Send for QueryApplicationTypeimpl Sync for QueryApplicationType
impl Sync for QueryApplicationType