Expand description
The data for an AlterMaterializedView statement
Fields
name: FQNamethe name of the materialzied view.
with_clause: Vec<WithItem>the with options for the view.
Trait Implementations
sourceimpl Clone for AlterMaterializedView
impl Clone for AlterMaterializedView
sourcefn clone(&self) -> AlterMaterializedView
fn clone(&self) -> AlterMaterializedView
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AlterMaterializedView
impl Debug for AlterMaterializedView
sourceimpl Display for AlterMaterializedView
impl Display for AlterMaterializedView
sourceimpl PartialEq<AlterMaterializedView> for AlterMaterializedView
impl PartialEq<AlterMaterializedView> for AlterMaterializedView
sourcefn eq(&self, other: &AlterMaterializedView) -> bool
fn eq(&self, other: &AlterMaterializedView) -> bool
impl StructuralPartialEq for AlterMaterializedView
Auto Trait Implementations
impl RefUnwindSafe for AlterMaterializedView
impl Send for AlterMaterializedView
impl Sync for AlterMaterializedView
impl Unpin for AlterMaterializedView
impl UnwindSafe for AlterMaterializedView
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more