Struct ddbug::Options [] [src]

pub struct Options<'a> {
    pub print_source: bool,
    pub print_file_address: bool,
    pub print_unit_address: bool,
    pub print_function_calls: bool,
    pub print_function_variables: bool,
    pub inline_depth: usize,
    pub category_file: bool,
    pub category_unit: bool,
    pub category_type: bool,
    pub category_function: bool,
    pub category_variable: bool,
    pub filter_function_inline: Option<bool>,
    pub filter_name: Option<&'a str>,
    pub filter_namespace: Vec<&'a str>,
    pub filter_unit: Option<&'a str>,
    pub sort: Sort,
    pub ignore_added: bool,
    pub ignore_deleted: bool,
    pub ignore_function_address: bool,
    pub ignore_function_size: bool,
    pub ignore_function_inline: bool,
    pub ignore_function_symbol_name: bool,
    pub ignore_variable_address: bool,
    pub ignore_variable_symbol_name: bool,
    pub prefix_map: Vec<(&'a str, &'a str)>,
}

Fields

Methods

impl<'a> Options<'a>
[src]

[src]

[src]

Trait Implementations

impl<'a> Debug for Options<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> Default for Options<'a>
[src]

[src]

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

impl<'a> Clone for Options<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more