pub enum ViewCheckOption {
Local,
Cascaded,
}Expand description
v7.39 (read01 round 132) — WITH [LOCAL | CASCADED] CHECK OPTION on an
auto-updatable view. Cascaded is PG’s default when the bare
WITH CHECK OPTION is written.
Variants§
Trait Implementations§
Source§impl Clone for ViewCheckOption
impl Clone for ViewCheckOption
Source§fn clone(&self) -> ViewCheckOption
fn clone(&self) -> ViewCheckOption
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ViewCheckOption
Source§impl Debug for ViewCheckOption
impl Debug for ViewCheckOption
impl Eq for ViewCheckOption
Source§impl PartialEq for ViewCheckOption
impl PartialEq for ViewCheckOption
impl StructuralPartialEq for ViewCheckOption
Auto Trait Implementations§
impl Freeze for ViewCheckOption
impl RefUnwindSafe for ViewCheckOption
impl Send for ViewCheckOption
impl Sync for ViewCheckOption
impl Unpin for ViewCheckOption
impl UnsafeUnpin for ViewCheckOption
impl UnwindSafe for ViewCheckOption
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