Struct twiggy_opt::Garbage[][src]

pub struct Garbage { /* fields omitted */ }

Find and display code and data that is not transitively referenced by any exports or public functions.

Methods

impl Garbage
[src]

Construct a new, default Garbage

The maximum number of items to display.

Set the maximum number of items to display.

Trait Implementations

impl Clone for Garbage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Garbage
[src]

Formats the value using the given formatter. Read more

impl StructOpt for Garbage
[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 Garbage
[src]

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

impl CommonCliOptions for Garbage
[src]

Get the input file path.

Get the output destination.

Get the output format.

Auto Trait Implementations

impl Send for Garbage

impl Sync for Garbage