Struct cli_table::TableDisplay
source · [−]pub struct TableDisplay { /* private fields */ }
Expand description
A table which implements the Display
trait
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TableDisplay
impl Send for TableDisplay
impl Sync for TableDisplay
impl Unpin for TableDisplay
impl UnwindSafe for TableDisplay
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more