pub struct ReflectPgConversion {
pub conname: String,
pub connamespace: String,
pub conowner: String,
pub conforencoding: String,
pub contoencoding: String,
pub conproc: String,
pub condefault: bool,
pub description: Option<String>,
}Fields§
§conname: String§connamespace: String§conowner: String§conforencoding: String§contoencoding: String§conproc: String§condefault: bool§description: Option<String>Trait Implementations§
Source§impl Clone for ReflectPgConversion
impl Clone for ReflectPgConversion
Source§fn clone(&self) -> ReflectPgConversion
fn clone(&self) -> ReflectPgConversion
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 ReflectPgConversion
impl Debug for ReflectPgConversion
Source§impl<'a> From<ReflectPgConversionBorrowed<'a>> for ReflectPgConversion
impl<'a> From<ReflectPgConversionBorrowed<'a>> for ReflectPgConversion
Source§fn from(_: ReflectPgConversionBorrowed<'a>) -> Self
fn from(_: ReflectPgConversionBorrowed<'a>) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ReflectPgConversion
impl PartialEq for ReflectPgConversion
impl StructuralPartialEq for ReflectPgConversion
Auto Trait Implementations§
impl Freeze for ReflectPgConversion
impl RefUnwindSafe for ReflectPgConversion
impl Send for ReflectPgConversion
impl Sync for ReflectPgConversion
impl Unpin for ReflectPgConversion
impl UnsafeUnpin for ReflectPgConversion
impl UnwindSafe for ReflectPgConversion
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