Enum apollo_client::meta::NamespaceKind
source · [−]pub enum NamespaceKind {
Properties,
Xml,
Json,
Yaml,
Txt,
}Expand description
Kind of a configuration namespace.
Variants
Properties
Xml
Json
Yaml
Txt
Implementations
Infer the configuration namespace kind.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NamespaceKind
impl Send for NamespaceKind
impl Sync for NamespaceKind
impl Unpin for NamespaceKind
impl UnwindSafe for NamespaceKind
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more