[−][src]Struct pgx_pg_sys::FormData_pg_statistic
Fields
starelid: Oidstaattnum: int16stainherit: boolstanullfrac: float4stawidth: int32stadistinct: float4stakind1: int16stakind2: int16stakind3: int16stakind4: int16stakind5: int16staop1: Oidstaop2: Oidstaop3: Oidstaop4: Oidstaop5: Oidstacoll1: Oidstacoll2: Oidstacoll3: Oidstacoll4: Oidstacoll5: OidTrait Implementations
impl Clone for FormData_pg_statistic[src]
pub fn clone(&self) -> FormData_pg_statistic[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for FormData_pg_statistic[src]
impl Debug for FormData_pg_statistic[src]
impl Default for FormData_pg_statistic[src]
pub fn default() -> FormData_pg_statistic[src]
Auto Trait Implementations
impl RefUnwindSafe for FormData_pg_statistic[src]
impl Send for FormData_pg_statistic[src]
impl Sync for FormData_pg_statistic[src]
impl Unpin for FormData_pg_statistic[src]
impl UnwindSafe for FormData_pg_statistic[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,