pub enum SqlFormat {
Json(Json),
Kv(KeyValue),
Raw(Raw),
ProtoText(ProtoTxt),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SqlFormat
impl RefUnwindSafe for SqlFormat
impl Send for SqlFormat
impl Sync for SqlFormat
impl Unpin 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