Struct twiggy_opt::Monos[][src]

pub struct Monos { /* fields omitted */ }

List the generic function monomorphizations that are contributing to code bloat.

Methods

impl Monos
[src]

Construct a new, default Monos.

Hide individual monomorphizations and only show the generic functions.

The maximum number of generics to list.

The maximum number of individual monomorphizations to list for each generic function.

Set whether to hide individual monomorphizations and only show the generic functions.

Set the maximum number of generics to list.

Set the maximum number of individual monomorphizations to list for each generic function.

Trait Implementations

impl Clone for Monos
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Monos
[src]

Formats the value using the given formatter. Read more

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

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

impl CommonCliOptions for Monos
[src]

Get the input file path.

Get the output destination.

Get the output format.

Auto Trait Implementations

impl Send for Monos

impl Sync for Monos