Enum sea_query::extension::postgres::TypeDropOpt [−][src]
pub enum TypeDropOpt {
Cascade,
Restrict,
}This is supported on crate feature
backend-postgres only.Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TypeDropOptimpl Send for TypeDropOptimpl Sync for TypeDropOptimpl Unpin for TypeDropOptimpl UnwindSafe for TypeDropOptBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V