pub struct ReflectPgStatisticExt {
pub stxrelid: String,
pub stxname: String,
pub stxnamespace: String,
pub stxowner: String,
pub stxkeys: Vec<i16>,
pub stxstattarget: Option<i16>,
pub stxkind: Vec<i8>,
pub stxexprs: Option<String>,
pub description: Option<String>,
}Fields§
§stxrelid: String§stxname: String§stxnamespace: String§stxowner: String§stxkeys: Vec<i16>§stxstattarget: Option<i16>§stxkind: Vec<i8>§stxexprs: Option<String>§description: Option<String>Trait Implementations§
Source§impl Clone for ReflectPgStatisticExt
impl Clone for ReflectPgStatisticExt
Source§fn clone(&self) -> ReflectPgStatisticExt
fn clone(&self) -> ReflectPgStatisticExt
Returns a duplicate 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 ReflectPgStatisticExt
impl Debug for ReflectPgStatisticExt
Source§impl<'a> From<ReflectPgStatisticExtBorrowed<'a>> for ReflectPgStatisticExt
impl<'a> From<ReflectPgStatisticExtBorrowed<'a>> for ReflectPgStatisticExt
Source§fn from(_: ReflectPgStatisticExtBorrowed<'a>) -> Self
fn from(_: ReflectPgStatisticExtBorrowed<'a>) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ReflectPgStatisticExt
impl PartialEq for ReflectPgStatisticExt
impl StructuralPartialEq for ReflectPgStatisticExt
Auto Trait Implementations§
impl Freeze for ReflectPgStatisticExt
impl RefUnwindSafe for ReflectPgStatisticExt
impl Send for ReflectPgStatisticExt
impl Sync for ReflectPgStatisticExt
impl Unpin for ReflectPgStatisticExt
impl UnsafeUnpin for ReflectPgStatisticExt
impl UnwindSafe for ReflectPgStatisticExt
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