pub struct MessageExtBatch {
pub message_ext_broker_inner: MessageExtBrokerInner,
pub is_inner_batch: bool,
pub encoded_buff: Option<BytesMut>,
}
Fields§
§message_ext_broker_inner: MessageExtBrokerInner
§is_inner_batch: bool
§encoded_buff: Option<BytesMut>
Implementations§
Trait Implementations§
Source§impl Debug for MessageExtBatch
impl Debug for MessageExtBatch
Source§impl Default for MessageExtBatch
impl Default for MessageExtBatch
Source§fn default() -> MessageExtBatch
fn default() -> MessageExtBatch
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for MessageExtBatch
impl RefUnwindSafe for MessageExtBatch
impl Send for MessageExtBatch
impl Sync for MessageExtBatch
impl Unpin for MessageExtBatch
impl UnwindSafe for MessageExtBatch
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