Struct sea_streamer::SharedMessage
source · pub struct SharedMessage { /* private fields */ }Expand description
It uses an Arc to hold the bytes, so is cheap to clone.
Implementations§
pub fn new( header: MessageHeader, bytes: Vec<u8, Global>, offset: usize, length: usize ) -> SharedMessage
pub fn header(&self) -> &MessageHeader
pub fn take_header(self) -> MessageHeader
Trait Implementations§
source§fn clone(&self) -> SharedMessage
fn clone(&self) -> SharedMessage
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§fn eq(&self, other: &SharedMessage) -> bool
fn eq(&self, other: &SharedMessage) -> bool
This method tests for
self and other values to be equal, and is used
by ==.