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