Struct postgres_replication::protocol::XLogDataBody
source · pub struct XLogDataBody<D> { /* private fields */ }
Implementations§
source§impl<D> XLogDataBody<D>
impl<D> XLogDataBody<D>
Trait Implementations§
Auto Trait Implementations§
impl<D> Freeze for XLogDataBody<D>where
D: Freeze,
impl<D> RefUnwindSafe for XLogDataBody<D>where
D: RefUnwindSafe,
impl<D> Send for XLogDataBody<D>where
D: Send,
impl<D> Sync for XLogDataBody<D>where
D: Sync,
impl<D> Unpin for XLogDataBody<D>where
D: Unpin,
impl<D> UnwindSafe for XLogDataBody<D>where
D: UnwindSafe,
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