pub struct ReflectPgViews {
pub schemaname: String,
pub viewname: String,
pub viewowner: String,
pub definition: String,
}Fields§
§schemaname: String§viewname: String§viewowner: String§definition: StringTrait Implementations§
Source§impl Clone for ReflectPgViews
impl Clone for ReflectPgViews
Source§fn clone(&self) -> ReflectPgViews
fn clone(&self) -> ReflectPgViews
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 ReflectPgViews
impl Debug for ReflectPgViews
Source§impl<'a> From<ReflectPgViewsBorrowed<'a>> for ReflectPgViews
impl<'a> From<ReflectPgViewsBorrowed<'a>> for ReflectPgViews
Source§fn from(_: ReflectPgViewsBorrowed<'a>) -> Self
fn from(_: ReflectPgViewsBorrowed<'a>) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ReflectPgViews
impl PartialEq for ReflectPgViews
impl StructuralPartialEq for ReflectPgViews
Auto Trait Implementations§
impl Freeze for ReflectPgViews
impl RefUnwindSafe for ReflectPgViews
impl Send for ReflectPgViews
impl Sync for ReflectPgViews
impl Unpin for ReflectPgViews
impl UnsafeUnpin for ReflectPgViews
impl UnwindSafe for ReflectPgViews
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