Enum sea_query::types::Keyword [−][src]
pub enum Keyword {
Null,
Custom(DynIden),
}Expand description
Common SQL Keywords
Variants
Custom(DynIden)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