Struct pgx_pg_sys::EstimationInfo
source · [−]#[repr(C)]pub struct EstimationInfo {
pub flags: uint32,
}Fields
flags: uint32Trait Implementations
sourceimpl Clone for EstimationInfo
impl Clone for EstimationInfo
sourcefn clone(&self) -> EstimationInfo
fn clone(&self) -> EstimationInfo
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 EstimationInfo
impl Debug for EstimationInfo
sourceimpl Default for EstimationInfo
impl Default for EstimationInfo
sourcefn default() -> EstimationInfo
fn default() -> EstimationInfo
Returns the “default value” for a type. Read more
impl Copy for EstimationInfo
Auto Trait Implementations
impl RefUnwindSafe for EstimationInfo
impl Send for EstimationInfo
impl Sync for EstimationInfo
impl Unpin for EstimationInfo
impl UnwindSafe for EstimationInfo
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