Enum sea_query::types::Keyword [−][src]
pub enum Keyword {
Null,
Custom(DynIden),
}Expand description
Common SQL Keywords
Variants
Tuple Fields of Custom
0: DynIdenTrait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Keyword
impl !UnwindSafe for Keyword
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self