pub struct StreamCommitMessage {
pub xid: u32,
pub flags: u8,
pub commit_lsn: Lsn,
pub end_lsn: Lsn,
pub commit_timestamp: i64,
}Fields§
§xid: u32§flags: u8§commit_lsn: Lsn§end_lsn: Lsn§commit_timestamp: i64Trait Implementations§
Auto Trait Implementations§
impl Freeze for StreamCommitMessage
impl RefUnwindSafe for StreamCommitMessage
impl Send for StreamCommitMessage
impl Sync for StreamCommitMessage
impl Unpin for StreamCommitMessage
impl UnsafeUnpin for StreamCommitMessage
impl UnwindSafe for StreamCommitMessage
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