Struct nom_syslog::Syslog3164Message [] [src]

pub struct Syslog3164Message<'a> {
    pub pri: &'a str,
    pub ts: Tm,
    pub host: &'a str,
    pub tag: Option<(&'a str, Option<&'a str>)>,
    pub msg: &'a str,
}

Fields

Trait Implementations

impl<'a> Debug for Syslog3164Message<'a>
[src]

[src]

Formats the value using the given formatter.