Enum lsiotemplate::OutputFormat
[−]
[src]
pub enum OutputFormat {
File,
JSON,
None,
NoneAll,
PrettyJSON,
Plain,
Serialize,
}Allows you to set the output type for stderr and stdout.
Variants
FileJSONNoneNoneAllPrettyJSONPlainSerializeTrait Implementations
impl Debug for OutputFormat[src]
impl Clone for OutputFormat[src]
fn clone(&self) -> OutputFormat
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more