Struct rdkafka::topic_partition_list::Partition [] [src]

pub struct Partition {
    pub id: i32,
    pub offset: i64,
}

Configuration of a partition

Fields

Trait Implementations

impl Clone for Partition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Partition
[src]

Formats the value using the given formatter.

impl PartialEq for Partition
[src]

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

This method tests for !=.