pub struct OriginMessage {
pub lsn: i64,
pub name: String,
}
Fields§
§lsn: i64
The LSN of the commit on the origin server.
name: String
Name of the origin.
NOTE: There can be multiple Origin messages inside a single transaction.
Auto Trait Implementations§
impl Freeze for OriginMessage
impl RefUnwindSafe for OriginMessage
impl Send for OriginMessage
impl Sync for OriginMessage
impl Unpin for OriginMessage
impl UnwindSafe for OriginMessage
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