Enum ucl::object::emitter::Emitter
[−]
[src]
pub enum Emitter {
JSON,
JSONCompact,
Config,
YAML,
}Variants
JSON | |
JSONCompact | |
Config | |
YAML |
pub enum Emitter {
JSON,
JSONCompact,
Config,
YAML,
}JSON | |
JSONCompact | |
Config | |
YAML |
impl Emitterimpl From<ucl_emitter> for Emitterfn from(raw: ucl_emitter) -> Selfimpl Into<ucl_emitter> for Emitterfn into(self) -> ucl_emitterimpl Eq for Emitterimpl PartialEq for Emitterimpl Clone for Emitterfn clone(&self) -> Emitterfn clone_from(&mut self, source: &Self)impl Copy for Emitter
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)