pub type DisplayP<'a> = DisplayPanes<'a>;

Aliased Type§

struct DisplayP<'a> {
    pub not_block: bool,
    pub ignore_keys: bool,
    pub duration: Option<Cow<'a, str>>,
    pub target_client: Option<Cow<'a, str>>,
    pub template: Option<Cow<'a, str>>,
}

Fields§

§not_block: bool

[-b]

§ignore_keys: bool

[-N]

§duration: Option<Cow<'a, str>>

[-d duration]

§target_client: Option<Cow<'a, str>>

[-t target-client]

§template: Option<Cow<'a, str>>

[template]