[][src]Struct i3ipc::event::ModeEventInfo

pub struct ModeEventInfo {
    pub change: String,
}

Data for ModeEvent.

Fields

change: String

The name of current mode in use. It is the same as specified in config when creating a mode. The default mode is simply named default.

Trait Implementations

impl Debug for ModeEventInfo[src]

impl FromStr for ModeEventInfo[src]

type Err = Error

The associated error which can be returned from parsing.

Auto Trait Implementations

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]