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