Struct depot::section::Item

source ·
pub struct Item {
    pub id: u32,
    pub data: Vec<u8>,
    pub known_eof: bool,
}
Expand description

The main item type for a Section. An item has an id which can be used to efficiently resume reading and a Vec containing the data for that item.

Fields§

§id: u32§data: Vec<u8>§known_eof: bool

Trait Implementations§

Formats the value using the given formatter. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.