Struct i3ipc::reply::Subscribe [] [src]

pub struct Subscribe {
    pub success: bool,
}

The reply to the subscribe request.

Fields

Indicates whether the subscription was successful (the default) or whether a JSON parse error occurred.

Trait Implementations

impl Debug for Subscribe
[src]

[src]

Formats the value using the given formatter.