Struct forc_pkg::MinifyOpts
source · 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
sourceimpl Default for MinifyOpts
impl Default for MinifyOpts
sourcefn default() -> MinifyOpts
fn default() -> MinifyOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for MinifyOpts
impl Send for MinifyOpts
impl Sync for MinifyOpts
impl Unpin for MinifyOpts
impl UnwindSafe for MinifyOpts
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more