pub struct ClickhouseClient { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for ClickhouseClient
impl !RefUnwindSafe for ClickhouseClient
impl Send for ClickhouseClient
impl Sync for ClickhouseClient
impl Unpin for ClickhouseClient
impl !UnwindSafe for ClickhouseClient
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