Struct pgx_pg_sys::TimeLineHistoryCmd
source · [−]#[repr(C)]pub struct TimeLineHistoryCmd {
pub type_: NodeTag,
pub timeline: TimeLineID,
}Fields
type_: NodeTagtimeline: TimeLineIDTrait Implementations
sourceimpl Clone for TimeLineHistoryCmd
impl Clone for TimeLineHistoryCmd
sourcefn clone(&self) -> TimeLineHistoryCmd
fn clone(&self) -> TimeLineHistoryCmd
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for TimeLineHistoryCmd
impl Debug for TimeLineHistoryCmd
sourceimpl Default for TimeLineHistoryCmd
impl Default for TimeLineHistoryCmd
sourceimpl Display for TimeLineHistoryCmd
impl Display for TimeLineHistoryCmd
sourceimpl PgNode for TimeLineHistoryCmd
impl PgNode for TimeLineHistoryCmd
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for TimeLineHistoryCmd
Auto Trait Implementations
impl RefUnwindSafe for TimeLineHistoryCmd
impl Send for TimeLineHistoryCmd
impl Sync for TimeLineHistoryCmd
impl Unpin for TimeLineHistoryCmd
impl UnwindSafe for TimeLineHistoryCmd
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more