pub enum QueryApplicationType {
AppId(String),
Domain(QueryApplicationDomain),
}
Variants
AppId(String)
Domain(QueryApplicationDomain)
Trait Implementations
sourceimpl Clone for QueryApplicationType
impl Clone for QueryApplicationType
sourcefn clone(&self) -> QueryApplicationType
fn clone(&self) -> QueryApplicationType
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for QueryApplicationType
impl Debug for QueryApplicationType
sourceimpl<'de> Deserialize<'de> for QueryApplicationType
impl<'de> Deserialize<'de> for QueryApplicationType
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Hash for QueryApplicationType
impl Hash for QueryApplicationType
sourceimpl PartialEq<QueryApplicationType> for QueryApplicationType
impl PartialEq<QueryApplicationType> for QueryApplicationType
sourcefn eq(&self, other: &QueryApplicationType) -> bool
fn eq(&self, other: &QueryApplicationType) -> bool
sourceimpl Serialize for QueryApplicationType
impl Serialize for QueryApplicationType
impl Eq for QueryApplicationType
impl StructuralEq for QueryApplicationType
impl StructuralPartialEq for QueryApplicationType
Auto Trait Implementations
impl RefUnwindSafe for QueryApplicationType
impl Send for QueryApplicationType
impl Sync for QueryApplicationType
impl Unpin for QueryApplicationType
impl UnwindSafe for QueryApplicationType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more