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
Auto Trait Implementations§
impl RefUnwindSafe for OutputType
impl Send for OutputType
impl Sync for OutputType
impl Unpin for OutputType
impl UnwindSafe for OutputType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more