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