[][src]Struct rust_bitbar::Cmd

pub struct Cmd {
    pub bash: String,
    pub params: Vec<String>,
    pub terminal: bool,
    pub refresh: bool,
}

Cmd wraps options related to commands which can be added to a line using the

Fields

bash: Stringparams: Vec<String>terminal: boolrefresh: bool

Trait Implementations

impl Default for Cmd[src]

impl Debug for Cmd[src]

Auto Trait Implementations

impl Send for Cmd

impl Sync for Cmd

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]