pub struct ReflectPgTsConfig {
pub oid: String,
pub cfgname: String,
pub cfgnamespace: String,
pub cfgowner: String,
pub description: Option<String>,
pub seclabel: Option<String>,
pub seclabel_provider: Option<String>,
}Fields§
§oid: String§cfgname: String§cfgnamespace: String§cfgowner: String§description: Option<String>§seclabel: Option<String>§seclabel_provider: Option<String>Trait Implementations§
Source§impl Clone for ReflectPgTsConfig
impl Clone for ReflectPgTsConfig
Source§fn clone(&self) -> ReflectPgTsConfig
fn clone(&self) -> ReflectPgTsConfig
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 ReflectPgTsConfig
impl Debug for ReflectPgTsConfig
Source§impl<'a> From<ReflectPgTsConfigBorrowed<'a>> for ReflectPgTsConfig
impl<'a> From<ReflectPgTsConfigBorrowed<'a>> for ReflectPgTsConfig
Source§fn from(_: ReflectPgTsConfigBorrowed<'a>) -> Self
fn from(_: ReflectPgTsConfigBorrowed<'a>) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ReflectPgTsConfig
impl PartialEq for ReflectPgTsConfig
impl StructuralPartialEq for ReflectPgTsConfig
Auto Trait Implementations§
impl Freeze for ReflectPgTsConfig
impl RefUnwindSafe for ReflectPgTsConfig
impl Send for ReflectPgTsConfig
impl Sync for ReflectPgTsConfig
impl Unpin for ReflectPgTsConfig
impl UnsafeUnpin for ReflectPgTsConfig
impl UnwindSafe for ReflectPgTsConfig
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