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