Struct pgx_pg_sys::ViewOptions
source · [−]#[repr(C)]pub struct ViewOptions {
pub vl_len_: int32,
pub security_barrier: bool,
pub check_option: ViewOptCheckOption,
}Fields
vl_len_: int32security_barrier: boolcheck_option: ViewOptCheckOptionTrait Implementations
sourceimpl Clone for ViewOptions
impl Clone for ViewOptions
sourcefn clone(&self) -> ViewOptions
fn clone(&self) -> ViewOptions
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ViewOptions
impl Debug for ViewOptions
sourceimpl Default for ViewOptions
impl Default for ViewOptions
impl Copy for ViewOptions
Auto Trait Implementations
impl RefUnwindSafe for ViewOptions
impl Send for ViewOptions
impl Sync for ViewOptions
impl Unpin for ViewOptions
impl UnwindSafe for ViewOptions
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