Struct pgx_pg_sys::StdRdOptions
source · [−]#[repr(C)]pub struct StdRdOptions {
pub vl_len_: int32,
pub fillfactor: c_int,
pub toast_tuple_target: c_int,
pub autovacuum: AutoVacOpts,
pub user_catalog_table: bool,
pub parallel_workers: c_int,
pub vacuum_index_cleanup: StdRdOptIndexCleanup,
pub vacuum_truncate: bool,
}Fields
vl_len_: int32fillfactor: c_inttoast_tuple_target: c_intautovacuum: AutoVacOptsuser_catalog_table: boolparallel_workers: c_intvacuum_index_cleanup: StdRdOptIndexCleanupvacuum_truncate: boolTrait Implementations
sourceimpl Clone for StdRdOptions
impl Clone for StdRdOptions
sourcefn clone(&self) -> StdRdOptions
fn clone(&self) -> StdRdOptions
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 StdRdOptions
impl Debug for StdRdOptions
sourceimpl Default for StdRdOptions
impl Default for StdRdOptions
impl Copy for StdRdOptions
Auto Trait Implementations
impl RefUnwindSafe for StdRdOptions
impl Send for StdRdOptions
impl Sync for StdRdOptions
impl Unpin for StdRdOptions
impl UnwindSafe for StdRdOptions
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