Enum unsafe_unicorn::ClocVerbosity [] [src]

pub enum ClocVerbosity {
    File,
    Crate,
    TopLevel,
}

Determine how to summarize and display statistics File: show unsafe info file by file Crate: (default) show info 'crate' by 'crate' TopLevel: combine all subdirectory stats into one toplevel output

Variants

Trait Implementations

impl Copy for ClocVerbosity
[src]

impl Clone for ClocVerbosity
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ClocVerbosity
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ClocVerbosity
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.