pub struct PrettyTable { /* private fields */ }Expand description
A simple ASCII table formatter.
Implementations§
Auto Trait Implementations§
impl Freeze for PrettyTable
impl RefUnwindSafe for PrettyTable
impl Send for PrettyTable
impl Sync for PrettyTable
impl Unpin for PrettyTable
impl UnsafeUnpin for PrettyTable
impl UnwindSafe for PrettyTable
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