Struct pgrx_pg_sys::xl_restore_point
source · #[repr(C)]pub struct xl_restore_point {
pub rp_time: TimestampTz,
pub rp_name: [c_char; 64],
}
Fields§
§rp_time: TimestampTz
§rp_name: [c_char; 64]
Trait Implementations§
source§impl Clone for xl_restore_point
impl Clone for xl_restore_point
source§fn clone(&self) -> xl_restore_point
fn clone(&self) -> xl_restore_point
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_restore_point
impl Debug for xl_restore_point
source§impl Default for xl_restore_point
impl Default for xl_restore_point
impl Copy for xl_restore_point
Auto Trait Implementations§
impl Freeze for xl_restore_point
impl RefUnwindSafe for xl_restore_point
impl Send for xl_restore_point
impl Sync for xl_restore_point
impl Unpin for xl_restore_point
impl UnwindSafe for xl_restore_point
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