Struct jj_cli::formatter::LabeledWriter
source · pub struct LabeledWriter<T, S> { /* private fields */ }Expand description
Formatter wrapper to write a labeled message with write!() or
writeln!().
Implementations§
source§impl<T, S> LabeledWriter<T, S>
impl<T, S> LabeledWriter<T, S>
Auto Trait Implementations§
impl<T, S> Freeze for LabeledWriter<T, S>
impl<T, S> RefUnwindSafe for LabeledWriter<T, S>where
T: RefUnwindSafe,
S: RefUnwindSafe,
impl<T, S> Send for LabeledWriter<T, S>
impl<T, S> Sync for LabeledWriter<T, S>
impl<T, S> Unpin for LabeledWriter<T, S>
impl<T, S> UnwindSafe for LabeledWriter<T, S>where
T: UnwindSafe,
S: UnwindSafe,
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