Struct pgrx_pg_sys::TimeLineHistoryCmd
source · #[repr(C)]pub struct TimeLineHistoryCmd {
pub type_: NodeTag,
pub timeline: TimeLineID,
}
Fields§
§type_: NodeTag
§timeline: TimeLineID
Trait Implementations§
source§impl Clone for TimeLineHistoryCmd
impl Clone for TimeLineHistoryCmd
source§fn clone(&self) -> TimeLineHistoryCmd
fn clone(&self) -> TimeLineHistoryCmd
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 TimeLineHistoryCmd
impl Debug for TimeLineHistoryCmd
source§impl Default for TimeLineHistoryCmd
impl Default for TimeLineHistoryCmd
source§impl Display for TimeLineHistoryCmd
impl Display for TimeLineHistoryCmd
source§impl PgNode for TimeLineHistoryCmd
impl PgNode for TimeLineHistoryCmd
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more