Enum syslog5424::WriteFormat[][src]

pub enum WriteFormat {
    RFC5424,
    RFC5425,
}

Format of messages written out. RFC5425 just prepends the length of the 5424 message

Variants

Trait Implementations

impl Debug for WriteFormat
[src]

Formats the value using the given formatter. Read more

impl PartialEq for WriteFormat
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Copy for WriteFormat
[src]

impl Clone for WriteFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for WriteFormat
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for WriteFormat

impl Sync for WriteFormat