pub struct BoxedPrinter { /* private fields */ }Expand description
Implements Wadler/Lindig-style pretty printing using a box model.
Implementations§
Auto Trait Implementations§
impl Freeze for BoxedPrinter
impl RefUnwindSafe for BoxedPrinter
impl Send for BoxedPrinter
impl Sync for BoxedPrinter
impl Unpin for BoxedPrinter
impl UnsafeUnpin for BoxedPrinter
impl UnwindSafe for BoxedPrinter
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