Struct syslog::Formatter5424 [] [src]

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

Fields

Methods

impl Formatter5424
[src]

[src]

Trait Implementations

impl Clone for Formatter5424
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Formatter5424
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Formatter5424

impl Sync for Formatter5424