pub struct OutputTable { /* private fields */ }Expand description
A formatted table for terminal output.
Implementations§
Source§impl OutputTable
impl OutputTable
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OutputTable
impl RefUnwindSafe for OutputTable
impl Send for OutputTable
impl Sync for OutputTable
impl Unpin for OutputTable
impl UnsafeUnpin for OutputTable
impl UnwindSafe for OutputTable
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