pub struct LogicalDecodingMessage<'a> {
pub transactional: bool,
pub lsn: Lsn,
pub prefix: Cow<'a, str>,
pub content: &'a [u8],
}Fields§
§transactional: bool§lsn: Lsn§prefix: Cow<'a, str>§content: &'a [u8]Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for LogicalDecodingMessage<'a>
impl<'a> RefUnwindSafe for LogicalDecodingMessage<'a>
impl<'a> Send for LogicalDecodingMessage<'a>
impl<'a> Sync for LogicalDecodingMessage<'a>
impl<'a> Unpin for LogicalDecodingMessage<'a>
impl<'a> UnsafeUnpin for LogicalDecodingMessage<'a>
impl<'a> UnwindSafe for LogicalDecodingMessage<'a>
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