Struct logged_stream::HexDecimalFormatter
source · pub struct HexDecimalFormatter { /* private fields */ }Expand description
HexDecimalFormatter
Implementations§
Trait Implementations§
source§impl BufferFormatter for HexDecimalFormatter
impl BufferFormatter for HexDecimalFormatter
fn get_separator(&self) -> &'static str
fn format_byte(byte: &u8) -> String
fn format_buffer(&self, buffer: &[u8]) -> String
source§impl Clone for HexDecimalFormatter
impl Clone for HexDecimalFormatter
source§fn clone(&self) -> HexDecimalFormatter
fn clone(&self) -> HexDecimalFormatter
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 moresource§impl Debug for HexDecimalFormatter
impl Debug for HexDecimalFormatter
impl Copy for HexDecimalFormatter
Auto Trait Implementations§
impl RefUnwindSafe for HexDecimalFormatter
impl Send for HexDecimalFormatter
impl Sync for HexDecimalFormatter
impl Unpin for HexDecimalFormatter
impl UnwindSafe for HexDecimalFormatter
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