pub struct NativeFormat {}
Expand description
Marker for Native format.
Read native ClickHouse
blocks into this library’s Block
struct and write Block
s into the
provided writer.
Trait Implementations§
Source§impl ClientFormat for NativeFormat
impl ClientFormat for NativeFormat
Source§impl Clone for NativeFormat
impl Clone for NativeFormat
Source§fn clone(&self) -> NativeFormat
fn clone(&self) -> NativeFormat
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NativeFormat
impl Debug for NativeFormat
impl Copy for NativeFormat
Auto Trait Implementations§
impl Freeze for NativeFormat
impl RefUnwindSafe for NativeFormat
impl Send for NativeFormat
impl Sync for NativeFormat
impl Unpin for NativeFormat
impl UnwindSafe for NativeFormat
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