Enum sea_query::types::Keyword [−][src]
pub enum Keyword {
Null,
Custom(DynIden),
}Expand description
Common SQL Keywords
Variants
Custom(DynIden)Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Keywordimpl !UnwindSafe for KeywordBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V