Struct twiggy_opt::Diff[][src]

pub struct Diff { /* fields omitted */ }

Diff the old and new versions of a binary to see what sizes changed.

Methods

impl Diff
[src]

The maximum number of items to display.

Set the maximum number of items to display.

impl Diff
[src]

The path to the new version of the input binary.

Trait Implementations

impl Clone for Diff
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Diff
[src]

Formats the value using the given formatter. Read more

impl StructOpt for Diff
[src]

Returns the corresponding clap::App.

Creates the struct from clap::ArgMatches. It cannot fail with a parameter generated by clap by construction. Read more

Gets the struct from the command line arguments. Print the error message and quit the program in case of failure. Read more

Gets the struct from any iterator such as a Vec of your making. Print the error message and quit the program in case of failure. Read more

Gets the struct from any iterator such as a Vec of your making. Read more

impl Default for Diff
[src]

Returns the "default value" for a type. Read more

impl CommonCliOptions for Diff
[src]

Get the input file path.

Get the output destination.

Get the output format.

Auto Trait Implementations

impl Send for Diff

impl Sync for Diff