Struct nats::Event [] [src]

pub struct Event {
    pub subject: String,
    pub channel: Channel,
    pub msg: Vec<u8>,
    pub inbox: Option<String>,
}

Fields

Trait Implementations

impl Debug for Event
[src]

Formats the value using the given formatter.