#[repr(C)]pub struct AlterFunctionStmt {
pub type_: NodeTag,
pub objtype: Type,
pub func: *mut ObjectWithArgs,
pub actions: *mut List,
}Fields§
§type_: NodeTag§objtype: Type§func: *mut ObjectWithArgs§actions: *mut ListTrait Implementations§
Source§impl Clone for AlterFunctionStmt
impl Clone for AlterFunctionStmt
Source§fn clone(&self) -> AlterFunctionStmt
fn clone(&self) -> AlterFunctionStmt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AlterFunctionStmt
Source§impl Debug for AlterFunctionStmt
impl Debug for AlterFunctionStmt
Source§impl Default for AlterFunctionStmt
impl Default for AlterFunctionStmt
Source§impl Display for AlterFunctionStmt
impl Display for AlterFunctionStmt
Source§impl PgNode for AlterFunctionStmt
impl PgNode for AlterFunctionStmt
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
Auto Trait Implementations§
impl !Send for AlterFunctionStmt
impl !Sync for AlterFunctionStmt
impl Freeze for AlterFunctionStmt
impl RefUnwindSafe for AlterFunctionStmt
impl Unpin for AlterFunctionStmt
impl UnsafeUnpin for AlterFunctionStmt
impl UnwindSafe for AlterFunctionStmt
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