#[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_: NodeTag
§sequence: *mut RangeVar
§options: *mut List
§ownerId: Oid
§for_identity: bool
§if_not_exists: bool
Trait Implementations§
Source§impl Clone for CreateSeqStmt
impl Clone for CreateSeqStmt
Source§fn clone(&self) -> CreateSeqStmt
fn clone(&self) -> CreateSeqStmt
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 CreateSeqStmt
impl Debug for CreateSeqStmt
Source§impl Default for CreateSeqStmt
impl Default for CreateSeqStmt
Source§impl Display for CreateSeqStmt
impl Display for CreateSeqStmt
Source§impl PgNode for CreateSeqStmt
impl PgNode for CreateSeqStmt
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for CreateSeqStmt
Auto Trait Implementations§
impl Freeze for CreateSeqStmt
impl RefUnwindSafe for CreateSeqStmt
impl !Send for CreateSeqStmt
impl !Sync for CreateSeqStmt
impl Unpin for CreateSeqStmt
impl UnwindSafe for CreateSeqStmt
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