pub struct MessageStreamMessage {
pub stream_name: String,
pub message_id: String,
pub position: u64,
pub arguments: Vec<AvroValue>,
}Fields§
§stream_name: String§message_id: String§position: u64§arguments: Vec<AvroValue>Trait Implementations§
Source§impl Clone for MessageStreamMessage
impl Clone for MessageStreamMessage
Source§fn clone(&self) -> MessageStreamMessage
fn clone(&self) -> MessageStreamMessage
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§impl Debug for MessageStreamMessage
impl Debug for MessageStreamMessage
Source§impl PartialEq for MessageStreamMessage
impl PartialEq for MessageStreamMessage
impl StructuralPartialEq for MessageStreamMessage
Auto Trait Implementations§
impl Freeze for MessageStreamMessage
impl RefUnwindSafe for MessageStreamMessage
impl Send for MessageStreamMessage
impl Sync for MessageStreamMessage
impl Unpin for MessageStreamMessage
impl UnwindSafe for MessageStreamMessage
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