pub enum SqlFormat {
Json(Json),
Kv(KeyValue),
Raw(Raw),
ProtoText(ProtoTxt),
}Variants§
Trait Implementations§
Source§impl RecordFormatter for SqlFormat
impl RecordFormatter for SqlFormat
Source§fn fmt_record(&self, record: &DataRecord) -> String
fn fmt_record(&self, record: &DataRecord) -> String
格式化整条记录 Read more
Auto Trait Implementations§
impl Freeze for SqlFormat
impl RefUnwindSafe for SqlFormat
impl Send for SqlFormat
impl Sync for SqlFormat
impl Unpin for SqlFormat
impl UnsafeUnpin for SqlFormat
impl UnwindSafe for SqlFormat
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