pub enum ReplicationMessage<'a> {
XLogData(XLogData<'a>),
PrimaryKeepalive(PrimaryKeepalive),
}Variants§
XLogData(XLogData<'a>)
PrimaryKeepalive(PrimaryKeepalive)
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ReplicationMessage<'a>
impl<'a> RefUnwindSafe for ReplicationMessage<'a>
impl<'a> Send for ReplicationMessage<'a>
impl<'a> Sync for ReplicationMessage<'a>
impl<'a> Unpin for ReplicationMessage<'a>
impl<'a> UnsafeUnpin for ReplicationMessage<'a>
impl<'a> UnwindSafe for ReplicationMessage<'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