Struct pgx_pg_sys::CreateSeqStmt
source · [−]#[repr(C)]pub struct CreateSeqStmt {
pub type_: NodeTag,
pub sequence: *mut RangeVar,
pub options: *mut List,
pub ownerId: Oid,
pub for_identity: bool,
pub if_not_exists: bool,
}Fields
type_: NodeTagsequence: *mut RangeVaroptions: *mut ListownerId: Oidfor_identity: boolif_not_exists: boolTrait Implementations
sourceimpl Clone for CreateSeqStmt
impl Clone for CreateSeqStmt
sourcefn clone(&self) -> CreateSeqStmt
fn clone(&self) -> CreateSeqStmt
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 CreateSeqStmt
impl Debug for CreateSeqStmt
sourceimpl Default for CreateSeqStmt
impl Default for CreateSeqStmt
sourceimpl Display for CreateSeqStmt
impl Display for CreateSeqStmt
sourceimpl PgNode for CreateSeqStmt
impl PgNode for CreateSeqStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for CreateSeqStmt
Auto Trait Implementations
impl RefUnwindSafe for CreateSeqStmt
impl !Send for CreateSeqStmt
impl !Sync for CreateSeqStmt
impl Unpin for CreateSeqStmt
impl UnwindSafe for CreateSeqStmt
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