pub struct MessageSets { /* private fields */ }
Expand description
Messages retrieved from kafka in one fetch request. This is a concatenation of blocks of messages successfully retrieved from the consumed topic partitions. Each such partitions is guaranteed to be present at most once in this structure.
Implementations§
source§impl MessageSets
impl MessageSets
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MessageSets
impl !RefUnwindSafe for MessageSets
impl Send for MessageSets
impl Sync for MessageSets
impl Unpin for MessageSets
impl !UnwindSafe for MessageSets
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more