pub struct PgMatviews;Expand description
matviewowner and tablespace are constants — citadel has no permission/storage concept.
Trait Implementations§
Source§impl VirtualTable for PgMatviews
impl VirtualTable for PgMatviews
fn name(&self) -> &str
fn scan(&self, schema: &SchemaManager) -> Result<QueryResult>
Auto Trait Implementations§
impl Freeze for PgMatviews
impl RefUnwindSafe for PgMatviews
impl Send for PgMatviews
impl Sync for PgMatviews
impl Unpin for PgMatviews
impl UnsafeUnpin for PgMatviews
impl UnwindSafe for PgMatviews
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