Enum opensrv_clickhouse::protocols::Stage
source · pub enum Stage {
Default = 0,
InsertPrepare = 1,
InsertStarted = 2,
EOS = 3,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Stage
impl Send for Stage
impl Sync for Stage
impl Unpin for Stage
impl UnwindSafe for Stage
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more