Struct pgx_pg_sys::ViewStmt
source · [−]#[repr(C)]pub struct ViewStmt {
pub type_: NodeTag,
pub view: *mut RangeVar,
pub aliases: *mut List,
pub query: *mut Node,
pub replace: bool,
pub options: *mut List,
pub withCheckOption: ViewCheckOption,
}Fields
type_: NodeTagview: *mut RangeVaraliases: *mut Listquery: *mut Nodereplace: booloptions: *mut ListwithCheckOption: ViewCheckOptionTrait Implementations
impl Copy for ViewStmt
Auto Trait Implementations
impl RefUnwindSafe for ViewStmt
impl !Send for ViewStmt
impl !Sync for ViewStmt
impl Unpin for ViewStmt
impl UnwindSafe for ViewStmt
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more