#[repr(C)]pub struct xl_end_of_recovery {
pub end_time: TimestampTz,
pub ThisTimeLineID: TimeLineID,
pub PrevTimeLineID: TimeLineID,
}
Fields§
§end_time: TimestampTz
§ThisTimeLineID: TimeLineID
§PrevTimeLineID: TimeLineID
Trait Implementations§
Source§impl Clone for xl_end_of_recovery
impl Clone for xl_end_of_recovery
Source§fn clone(&self) -> xl_end_of_recovery
fn clone(&self) -> xl_end_of_recovery
Returns a copy 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 moreSource§impl Debug for xl_end_of_recovery
impl Debug for xl_end_of_recovery
Source§impl Default for xl_end_of_recovery
impl Default for xl_end_of_recovery
Source§fn default() -> xl_end_of_recovery
fn default() -> xl_end_of_recovery
Returns the “default value” for a type. Read more
impl Copy for xl_end_of_recovery
Auto Trait Implementations§
impl Freeze for xl_end_of_recovery
impl RefUnwindSafe for xl_end_of_recovery
impl Send for xl_end_of_recovery
impl Sync for xl_end_of_recovery
impl Unpin for xl_end_of_recovery
impl UnwindSafe for xl_end_of_recovery
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