pub struct BeginMessage {
pub final_lsn: i64,
pub timestamp: DateTime<Utc>,
pub transaction_id: i32,
}
Fields§
§final_lsn: i64
The final LSN of the transaction.
timestamp: DateTime<Utc>
Commit timestamp of the transaction.
transaction_id: i32
Xid of the transaction.
Auto Trait Implementations§
impl Freeze for BeginMessage
impl RefUnwindSafe for BeginMessage
impl Send for BeginMessage
impl Sync for BeginMessage
impl Unpin for BeginMessage
impl UnwindSafe for BeginMessage
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