Struct below_view::viewrc::ViewRc[][src]

pub struct ViewRc {
    pub default_view: Option<DefaultFrontView>,
    pub collapse_cgroups: Option<bool>,
}
Expand description

Runtime configuration on the below view.

Fields

default_view: Option<DefaultFrontView>collapse_cgroups: Option<bool>

Implementations

Fold the top level cgroups base on the value of collapse_cgroups.

Move the desired view to front base on the value of default_view

Syntactic sugar for processing the belowrc file.

Trait Implementations

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Calls the given closure and return the result. Read more

Calls the given closure on self.

Calls the given closure on self.

Calls the given closure if condition == true.