#[repr(C)]pub struct AlterObjectDependsStmt {
pub type_: NodeTag,
pub objectType: Type,
pub relation: *mut RangeVar,
pub object: *mut Node,
pub extname: *mut Value,
pub remove: bool,
}Fields§
§type_: NodeTag§objectType: Type§relation: *mut RangeVar§object: *mut Node§extname: *mut Value§remove: boolTrait Implementations§
Source§impl Clone for AlterObjectDependsStmt
impl Clone for AlterObjectDependsStmt
Source§fn clone(&self) -> AlterObjectDependsStmt
fn clone(&self) -> AlterObjectDependsStmt
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 AlterObjectDependsStmt
Source§impl Debug for AlterObjectDependsStmt
impl Debug for AlterObjectDependsStmt
Source§impl Default for AlterObjectDependsStmt
impl Default for AlterObjectDependsStmt
Source§impl Display for AlterObjectDependsStmt
impl Display for AlterObjectDependsStmt
Auto Trait Implementations§
impl !Send for AlterObjectDependsStmt
impl !Sync for AlterObjectDependsStmt
impl Freeze for AlterObjectDependsStmt
impl RefUnwindSafe for AlterObjectDependsStmt
impl Unpin for AlterObjectDependsStmt
impl UnsafeUnpin for AlterObjectDependsStmt
impl UnwindSafe for AlterObjectDependsStmt
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