Struct forc_pkg::MinifyOpts
source · pub struct MinifyOpts {
pub json_abi: bool,
pub json_storage_slots: bool,
}
Fields§
§json_abi: bool
By default the JSON for ABIs is formatted for human readability. By using this option JSON output will be “minified”, i.e. all on one line without whitespace.
json_storage_slots: bool
By default the JSON for initial storage slots is formatted for human readability. By using this option JSON output will be “minified”, i.e. all on one line without whitespace.
Trait Implementations§
source§impl Clone for MinifyOpts
impl Clone for MinifyOpts
source§fn clone(&self) -> MinifyOpts
fn clone(&self) -> MinifyOpts
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 Default for MinifyOpts
impl Default for MinifyOpts
source§fn default() -> MinifyOpts
fn default() -> MinifyOpts
Returns the “default value” for a type. Read more