Struct pgrx_pg_sys::ViewOptions
source · #[repr(C)]pub struct ViewOptions {
pub vl_len_: int32,
pub security_barrier: bool,
pub check_option: ViewOptCheckOption,
}Fields§
§vl_len_: int32§security_barrier: bool§check_option: ViewOptCheckOptionTrait Implementations§
source§impl Clone for ViewOptions
impl Clone for ViewOptions
source§fn clone(&self) -> ViewOptions
fn clone(&self) -> ViewOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more