pub struct PrimaryKeepalive {
pub end_lsn: Lsn,
pub server_time: i64,
pub reply_requested: bool,
}Fields§
§end_lsn: Lsn§server_time: i64§reply_requested: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for PrimaryKeepalive
impl RefUnwindSafe for PrimaryKeepalive
impl Send for PrimaryKeepalive
impl Sync for PrimaryKeepalive
impl Unpin for PrimaryKeepalive
impl UnsafeUnpin for PrimaryKeepalive
impl UnwindSafe for PrimaryKeepalive
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