Struct syslog_heroku::Message [] [src]

pub struct Message {
    pub severity: Severity,
    pub timestamp: Option<DateTime<FixedOffset>>,
    pub hostname: Option<String>,
    pub appname: Option<String>,
    pub procid: Option<String>,
    pub msgid: Option<String>,
    pub msg: String,
}

Represents a message being send to a Heroku Log Drain

Fields

Trait Implementations

impl Clone for Message
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Message
[src]

[src]

Formats the value using the given formatter.

impl FromStr for Message
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more