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