Enum libucl_sys::ucl_emitter [] [src]

pub enum ucl_emitter {
    UCL_EMIT_JSON,
    UCL_EMIT_JSON_COMPACT,
    UCL_EMIT_CONFIG,
    UCL_EMIT_YAML,
}

Variants

UCL_EMIT_JSON
UCL_EMIT_JSON_COMPACT
UCL_EMIT_CONFIG
UCL_EMIT_YAML

Trait Implementations

Derived Implementations

impl Copy for ucl_emitter

impl Clone for ucl_emitter

fn clone(&self) -> ucl_emitter

fn clone_from(&mut self, source: &Self)