Struct pgx_pg_sys::TruncateStmt
source · [−]#[repr(C)]pub struct TruncateStmt {
pub type_: NodeTag,
pub relations: *mut List,
pub restart_seqs: bool,
pub behavior: DropBehavior,
}Fields
type_: NodeTagrelations: *mut Listrestart_seqs: boolbehavior: DropBehaviorTrait Implementations
sourceimpl Clone for TruncateStmt
impl Clone for TruncateStmt
sourcefn clone(&self) -> TruncateStmt
fn clone(&self) -> TruncateStmt
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 TruncateStmt
impl Debug for TruncateStmt
sourceimpl Default for TruncateStmt
impl Default for TruncateStmt
sourceimpl Display for TruncateStmt
impl Display for TruncateStmt
sourceimpl PgNode for TruncateStmt
impl PgNode for TruncateStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for TruncateStmt
Auto Trait Implementations
impl RefUnwindSafe for TruncateStmt
impl !Send for TruncateStmt
impl !Sync for TruncateStmt
impl Unpin for TruncateStmt
impl UnwindSafe for TruncateStmt
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