Struct term_grid::GridOptions
source · pub struct GridOptions {
pub direction: Direction,
pub filling: Filling,
pub width: usize,
}
Expand description
The options for a grid view that should be passed to Grid::new
Fields§
§direction: Direction
The direction that the cells should be written in
filling: Filling
The string to put in between each column of cells
width: usize
The width to fill with the grid
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GridOptions
impl Send for GridOptions
impl Sync for GridOptions
impl Unpin for GridOptions
impl UnwindSafe for GridOptions
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