#[repr(C)]pub struct CopyStmt {
pub type_: NodeTag,
pub relation: *mut RangeVar,
pub query: *mut Node,
pub attlist: *mut List,
pub is_from: bool,
pub is_program: bool,
pub filename: *mut c_char,
pub options: *mut List,
pub whereClause: *mut Node,
}
Fields§
§type_: NodeTag
§relation: *mut RangeVar
§query: *mut Node
§attlist: *mut List
§is_from: bool
§is_program: bool
§filename: *mut c_char
§options: *mut List
§whereClause: *mut Node
Trait Implementations§
impl Copy for CopyStmt
Auto Trait Implementations§
impl Freeze for CopyStmt
impl RefUnwindSafe for CopyStmt
impl !Send for CopyStmt
impl !Sync for CopyStmt
impl Unpin for CopyStmt
impl UnwindSafe for CopyStmt
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