Struct fluvio_spu_schema::server::fetch_offset::FetchOffsetPartitionResponse[][src]

pub struct FetchOffsetPartitionResponse {
    pub error_code: ErrorCode,
    pub partition_index: i32,
    pub start_offset: i64,
    pub last_stable_offset: i64,
}

Fields

error_code: ErrorCode

The partition error code, None for no error

partition_index: i32

The partition index.

start_offset: i64

First readable offset.

last_stable_offset: i64

Last readable offset

Trait Implementations

Formats the value using the given formatter. Read more

decode Kafka compliant protocol values from buf

Returns the “default value” for a type. Read more

Formats the value using the given formatter. Read more

encoding contents for buffer

size of this object in bytes

last offset that was committed

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.