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