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