#[repr(C)]pub struct IndexVacuumInfo {
pub index: Relation,
pub analyze_only: bool,
pub report_progress: bool,
pub estimated_count: bool,
pub message_level: c_int,
pub num_heap_tuples: f64,
pub strategy: BufferAccessStrategy,
}
Fields§
§index: Relation
§analyze_only: bool
§report_progress: bool
§estimated_count: bool
§message_level: c_int
§num_heap_tuples: f64
§strategy: BufferAccessStrategy
Trait Implementations§
Source§impl Clone for IndexVacuumInfo
impl Clone for IndexVacuumInfo
Source§fn clone(&self) -> IndexVacuumInfo
fn clone(&self) -> IndexVacuumInfo
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 moreSource§impl Debug for IndexVacuumInfo
impl Debug for IndexVacuumInfo
Source§impl Default for IndexVacuumInfo
impl Default for IndexVacuumInfo
impl Copy for IndexVacuumInfo
Auto Trait Implementations§
impl Freeze for IndexVacuumInfo
impl RefUnwindSafe for IndexVacuumInfo
impl !Send for IndexVacuumInfo
impl !Sync for IndexVacuumInfo
impl Unpin for IndexVacuumInfo
impl UnwindSafe for IndexVacuumInfo
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