Enum sea_query::query::ConditionType [−][src]
pub enum ConditionType {
Any,
All,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ConditionType
impl Send for ConditionType
impl Sync for ConditionType
impl Unpin for ConditionType
impl UnwindSafe for ConditionType
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self