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 Emitter
impl From<ucl_emitter> for Emitter
fn from(raw: ucl_emitter) -> Self
impl Into<ucl_emitter> for Emitter
fn into(self) -> ucl_emitter
impl Eq for Emitter
impl PartialEq for Emitter
impl Clone for Emitter
fn clone(&self) -> Emitter
fn 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
)