Enum gelf::ChunkSize [] [src]

pub enum ChunkSize {
    LAN,
    WAN,
    Custom(u16),
}

ChunkSize is a value type representing the size of a message-chunk

It provides default sizes for WANs and LANs

Variants

Methods

impl ChunkSize
[src]

Return the size associated with the chunk-size

Trait Implementations

impl Clone for ChunkSize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ChunkSize
[src]

impl Debug for ChunkSize
[src]

Formats the value using the given formatter.