pub struct Raw;Implementations§
Trait Implementations§
Source§impl DataFormat for Raw
impl DataFormat for Raw
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 Raw
impl RefUnwindSafe for Raw
impl Send for Raw
impl Sync for Raw
impl Unpin for Raw
impl UnwindSafe for Raw
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