pub struct StandbyStatusUpdate {
pub write_lsn: u64,
pub flush_lsn: u64,
pub apply_lsn: u64,
pub reply_requested: bool,
}Fields§
§write_lsn: u64§flush_lsn: u64§apply_lsn: u64§reply_requested: boolTrait Implementations§
Source§impl Clone for StandbyStatusUpdate
impl Clone for StandbyStatusUpdate
Source§fn clone(&self) -> StandbyStatusUpdate
fn clone(&self) -> StandbyStatusUpdate
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for StandbyStatusUpdate
impl RefUnwindSafe for StandbyStatusUpdate
impl Send for StandbyStatusUpdate
impl Sync for StandbyStatusUpdate
impl Unpin for StandbyStatusUpdate
impl UnwindSafe for StandbyStatusUpdate
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