pub struct StreamAbortMessage {
pub transaction_id: i32,
pub subtransaction_id: i32,
}
Fields§
§transaction_id: i32
Xid of the transaction.
subtransaction_id: i32
Xid of the subtransaction (will be same as xid of the transaction for top-level transactions).
Auto Trait Implementations§
impl Freeze for StreamAbortMessage
impl RefUnwindSafe for StreamAbortMessage
impl Send for StreamAbortMessage
impl Sync for StreamAbortMessage
impl Unpin for StreamAbortMessage
impl UnwindSafe for StreamAbortMessage
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