Enum clickhouse_srv::protocols::Stage [−][src]
pub enum Stage {
Default,
InsertPrepare,
InsertStart,
EOS,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Stageimpl UnwindSafe for Stage