Struct syslog::Formatter3164[][src]

pub struct Formatter3164 {
    pub facility: Facility,
    pub hostname: Option<String>,
    pub process: String,
    pub pid: i32,
}

Fields

Trait Implementations

impl Clone for Formatter3164
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Formatter3164
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations