Enum sozu_command_lib::proxy::QueryAnswer [−][src]
pub enum QueryAnswer { Applications(Vec<QueryAnswerApplication>), ApplicationsHashes(BTreeMap<String, u64>), Certificates(QueryAnswerCertificate), }
Variants
Applications(Vec<QueryAnswerApplication>)
application id, hash of application information
Certificates(QueryAnswerCertificate)
Trait Implementations
impl Clone for QueryAnswer
[src]
impl Clone for QueryAnswer
[src]fn clone(&self) -> QueryAnswer
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'de> Deserialize<'de> for QueryAnswer
[src]
impl<'de> Deserialize<'de> for QueryAnswer
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Eq for QueryAnswer
[src]
impl Eq for QueryAnswer
[src]impl PartialEq<QueryAnswer> for QueryAnswer
[src]
impl PartialEq<QueryAnswer> for QueryAnswer
[src]fn eq(&self, other: &QueryAnswer) -> bool
[src]
fn ne(&self, other: &QueryAnswer) -> bool
[src]
impl Serialize for QueryAnswer
[src]
impl Serialize for QueryAnswer
[src]impl StructuralEq for QueryAnswer
[src]
impl StructuralEq for QueryAnswer
[src]impl StructuralPartialEq for QueryAnswer
[src]
impl StructuralPartialEq for QueryAnswer
[src]Auto Trait Implementations
impl RefUnwindSafe for QueryAnswer
impl RefUnwindSafe for QueryAnswer
impl Send for QueryAnswer
impl Send for QueryAnswer
impl Sync for QueryAnswer
impl Sync for QueryAnswer
impl Unpin for QueryAnswer
impl Unpin for QueryAnswer
impl UnwindSafe for QueryAnswer
impl UnwindSafe for QueryAnswer
Blanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self