pub struct ReflectPgLanguageBorrowed<'a> {Show 13 fields
pub lanname: &'a str,
pub lanowner: &'a str,
pub lanispl: bool,
pub lanpltrusted: bool,
pub lanplcallfoid: Option<&'a str>,
pub laninline: Option<&'a str>,
pub lanvalidator: Option<&'a str>,
pub lanacl: Option<ArrayIterator<'a, LanguageAclitemBorrowed<'a>>>,
pub description: Option<&'a str>,
pub seclabel: Option<&'a str>,
pub seclabel_provider: Option<&'a str>,
pub initprivs: Option<ArrayIterator<'a, LanguageAclitemBorrowed<'a>>>,
pub initprivs_type: Option<i8>,
}Fields§
§lanname: &'a str§lanowner: &'a str§lanispl: bool§lanpltrusted: bool§lanplcallfoid: Option<&'a str>§laninline: Option<&'a str>§lanvalidator: Option<&'a str>§lanacl: Option<ArrayIterator<'a, LanguageAclitemBorrowed<'a>>>§description: Option<&'a str>§seclabel: Option<&'a str>§seclabel_provider: Option<&'a str>§initprivs: Option<ArrayIterator<'a, LanguageAclitemBorrowed<'a>>>§initprivs_type: Option<i8>Trait Implementations§
Source§impl<'a> From<ReflectPgLanguageBorrowed<'a>> for ReflectPgLanguage
impl<'a> From<ReflectPgLanguageBorrowed<'a>> for ReflectPgLanguage
Source§fn from(_: ReflectPgLanguageBorrowed<'a>) -> Self
fn from(_: ReflectPgLanguageBorrowed<'a>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<'a> Freeze for ReflectPgLanguageBorrowed<'a>
impl<'a> RefUnwindSafe for ReflectPgLanguageBorrowed<'a>
impl<'a> Send for ReflectPgLanguageBorrowed<'a>
impl<'a> Sync for ReflectPgLanguageBorrowed<'a>
impl<'a> Unpin for ReflectPgLanguageBorrowed<'a>
impl<'a> UnsafeUnpin for ReflectPgLanguageBorrowed<'a>
impl<'a> UnwindSafe for ReflectPgLanguageBorrowed<'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