pub struct Grid<'a, R, W, H> { /* private fields */ }
Expand description
Grid provides a set of methods for building a text-based table.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, R, W, H> Freeze for Grid<'a, R, W, H>where
R: Freeze,
impl<'a, R, W, H> RefUnwindSafe for Grid<'a, R, W, H>
impl<'a, R, W, H> Send for Grid<'a, R, W, H>
impl<'a, R, W, H> Sync for Grid<'a, R, W, H>
impl<'a, R, W, H> Unpin for Grid<'a, R, W, H>where
R: Unpin,
impl<'a, R, W, H> UnwindSafe for Grid<'a, R, W, H>
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