Struct nakadion::api_client::EventTypeStatistics [] [src]

pub struct EventTypeStatistics {
    pub messages_per_minute: usize,
    pub message_size: usize,
    pub read_parallelism: u16,
    pub write_parallelism: u16,
}

Fields

Trait Implementations

impl Debug for EventTypeStatistics
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for EventTypeStatistics
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations