Enum opensrv_clickhouse::protocols::Packet
source · pub enum Packet {
Ping,
Cancel,
Hello(HelloRequest),
Query(QueryRequest),
Data(Block),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Packet
impl Send for Packet
impl Sync for Packet
impl Unpin for Packet
impl !UnwindSafe for Packet
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