pub struct ReflectPgStatisticExtBorrowed<'a> {
pub stxrelid: &'a str,
pub stxname: &'a str,
pub stxnamespace: &'a str,
pub stxowner: &'a str,
pub stxkeys: ArrayIterator<'a, i16>,
pub stxstattarget: Option<i16>,
pub stxkind: ArrayIterator<'a, i8>,
pub stxexprs: Option<&'a str>,
pub description: Option<&'a str>,
}Fields§
§stxrelid: &'a str§stxname: &'a str§stxnamespace: &'a str§stxowner: &'a str§stxkeys: ArrayIterator<'a, i16>§stxstattarget: Option<i16>§stxkind: ArrayIterator<'a, i8>§stxexprs: Option<&'a str>§description: Option<&'a str>Trait Implementations§
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.
Auto Trait Implementations§
impl<'a> Freeze for ReflectPgStatisticExtBorrowed<'a>
impl<'a> RefUnwindSafe for ReflectPgStatisticExtBorrowed<'a>
impl<'a> Send for ReflectPgStatisticExtBorrowed<'a>
impl<'a> Sync for ReflectPgStatisticExtBorrowed<'a>
impl<'a> Unpin for ReflectPgStatisticExtBorrowed<'a>
impl<'a> UnsafeUnpin for ReflectPgStatisticExtBorrowed<'a>
impl<'a> UnwindSafe for ReflectPgStatisticExtBorrowed<'a>
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