#[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: Type,
}
Fields§
§type_: NodeTag
§view: *mut RangeVar
§aliases: *mut List
§query: *mut Node
§replace: bool
§options: *mut List
§withCheckOption: Type
Trait Implementations§
impl Copy for ViewStmt
Auto Trait Implementations§
impl Freeze for ViewStmt
impl RefUnwindSafe for ViewStmt
impl !Send for ViewStmt
impl !Sync for ViewStmt
impl Unpin for ViewStmt
impl UnwindSafe for ViewStmt
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