#[repr(C)]pub struct AlterSeqStmt {
pub type_: NodeTag,
pub sequence: *mut RangeVar,
pub options: *mut List,
pub for_identity: bool,
pub missing_ok: bool,
}
Fields§
§type_: NodeTag
§sequence: *mut RangeVar
§options: *mut List
§for_identity: bool
§missing_ok: bool
Trait Implementations§
Source§impl Clone for AlterSeqStmt
impl Clone for AlterSeqStmt
Source§fn clone(&self) -> AlterSeqStmt
fn clone(&self) -> AlterSeqStmt
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 AlterSeqStmt
impl Debug for AlterSeqStmt
Source§impl Default for AlterSeqStmt
impl Default for AlterSeqStmt
Source§impl Display for AlterSeqStmt
impl Display for AlterSeqStmt
Source§impl PgNode for AlterSeqStmt
impl PgNode for AlterSeqStmt
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for AlterSeqStmt
Auto Trait Implementations§
impl Freeze for AlterSeqStmt
impl RefUnwindSafe for AlterSeqStmt
impl !Send for AlterSeqStmt
impl !Sync for AlterSeqStmt
impl Unpin for AlterSeqStmt
impl UnwindSafe for AlterSeqStmt
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