[][src]Struct i3status_rs::blocks::ibus::IBus

pub struct IBus {
    id: usize,
    text: TextWidget,
    engine: Arc<Mutex<String>>,
    mappings: Option<BTreeMap<String, String>>,
    format: FormatTemplate,
}

Fields

id: usizetext: TextWidgetengine: Arc<Mutex<String>>mappings: Option<BTreeMap<String, String>>format: FormatTemplate

Trait Implementations

impl Block for IBus[src]

impl ConfigBlock for IBus[src]

type Config = IBusConfig

Auto Trait Implementations

impl !RefUnwindSafe for IBus[src]

impl !Send for IBus[src]

impl !Sync for IBus[src]

impl Unpin for IBus[src]

impl UnwindSafe for IBus[src]

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.