pub struct CHContext {
    pub state: QueryState,
    pub client_revision: u64,
    pub hello: Option<HelloRequest>,
}Fields§
§state: QueryState§client_revision: u64§hello: Option<HelloRequest>Implementations§
Auto Trait Implementations§
impl Freeze for CHContext
impl RefUnwindSafe for CHContext
impl Send for CHContext
impl Sync for CHContext
impl Unpin for CHContext
impl UnwindSafe for CHContext
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