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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Formatter3164
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Formatter3164

impl Sync for Formatter3164