Struct cli_table::CellStruct [−][src]
pub struct CellStruct { /* fields omitted */ }Concrete cell of a table
Implementations
impl CellStruct[src]
impl CellStruct[src]pub fn justify(self, justify: Justify) -> CellStruct[src]
Used to horizontally justify contents of a cell
pub fn align(self, align: Align) -> CellStruct[src]
Used to vertically align the contents of a cell
pub fn padding(self, padding: Padding) -> CellStruct[src]
Used to add padding to the contents of a cell
Trait Implementations
impl Cell for CellStruct[src]
impl Cell for CellStruct[src]fn cell(self) -> CellStruct[src]
impl Style for CellStruct[src]
impl Style for CellStruct[src]fn foreground_color(self, foreground_color: Option<Color>) -> Self[src]
fn background_color(self, background_color: Option<Color>) -> Self[src]
fn bold(self, bold: bool) -> Self[src]
fn underline(self, underline: bool) -> Self[src]
fn italic(self, italic: bool) -> Self[src]
fn intense(self, intense: bool) -> Self[src]
fn dimmed(self, dimmed: bool) -> Self[src]
Auto Trait Implementations
impl RefUnwindSafe for CellStruct
impl RefUnwindSafe for CellStructimpl Send for CellStruct
impl Send for CellStructimpl Sync for CellStruct
impl Sync for CellStructimpl Unpin for CellStruct
impl Unpin for CellStructimpl UnwindSafe for CellStruct
impl UnwindSafe for CellStruct