Enum contract_build::OutputType
source · pub enum OutputType {
HumanReadable,
Json,
}Expand description
The type of output to display at the end of a build.
Variants§
HumanReadable
Output build results in a human readable format.
Json
Output the build results JSON formatted.
Trait Implementations§
source§impl Clone for OutputType
impl Clone for OutputType
source§fn clone(&self) -> OutputType
fn clone(&self) -> OutputType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for OutputType
impl Debug for OutputType
source§impl Default for OutputType
impl Default for OutputType
source§fn default() -> OutputType
fn default() -> OutputType
Returns the “default value” for a type. Read more