pub struct ReceivedBatch {
pub messages: Vec<CanonicalMessage>,
pub commit: BatchCommitFunc,
}Expand description
A successfully received batch of messages.
Fields§
§messages: Vec<CanonicalMessage>§commit: BatchCommitFuncTrait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ReceivedBatch
impl !Sync for ReceivedBatch
impl !UnwindSafe for ReceivedBatch
impl Freeze for ReceivedBatch
impl Send for ReceivedBatch
impl Unpin for ReceivedBatch
impl UnsafeUnpin for ReceivedBatch
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