pub struct KeyValue { /* private fields */ }Implementations§
Trait Implementations§
Source§impl DataFormat for KeyValue
impl DataFormat for KeyValue
type Output = String
fn format_null(&self) -> String
fn format_bool(&self, v: &bool) -> String
fn format_string(&self, v: &str) -> String
fn format_i64(&self, v: &i64) -> String
fn format_f64(&self, v: &f64) -> String
fn format_ip(&self, v: &IpAddr) -> String
fn format_datetime(&self, v: &NaiveDateTime) -> String
fn format_object(&self, value: &ObjectValue) -> String
fn format_array(&self, value: &[DataField]) -> String
fn format_field(&self, field: &DataField) -> String
fn format_record(&self, record: &DataRecord) -> String
fn fmt_value(&self, value: &Value) -> Self::Output
Auto Trait Implementations§
impl Freeze for KeyValue
impl RefUnwindSafe for KeyValue
impl Send for KeyValue
impl Sync for KeyValue
impl Unpin for KeyValue
impl UnwindSafe for KeyValue
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