Struct logged_stream::DecimalFormatter
source · pub struct DecimalFormatter { /* private fields */ }Expand description
DecimalFormatter
Implementations§
Trait Implementations§
source§impl BufferFormatter for DecimalFormatter
impl BufferFormatter for DecimalFormatter
fn get_separator(&self) -> &'static str
fn format_byte(byte: &u8) -> String
fn format_buffer(&self, buffer: &[u8]) -> String
source§impl Clone for DecimalFormatter
impl Clone for DecimalFormatter
source§fn clone(&self) -> DecimalFormatter
fn clone(&self) -> DecimalFormatter
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more