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 TypeDropOpt
impl Send for TypeDropOpt
impl Sync for TypeDropOpt
impl Unpin for TypeDropOpt
impl UnwindSafe for TypeDropOpt
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self