Module prettytable::format::consts [−][src]
Predifined formats. Those constants are lazily evaluated when the corresponding struct is dereferenced
Structs
FORMAT_BORDERS_ONLY | Format for a table with only external borders and title separator |
FORMAT_BOX_CHARS | A table with borders and delimiters made with box characters |
FORMAT_CLEAN | Format for printing a table without any separators (only alignment) |
FORMAT_DEFAULT | Default table format |
FORMAT_NO_BORDER | A table with no external border |
FORMAT_NO_BORDER_LINE_SEPARATOR | A table with no external border and no line separation |
FORMAT_NO_COLSEP | No column separator |
FORMAT_NO_LINESEP | With no line or title separator |
FORMAT_NO_LINESEP_WITH_TITLE | With no line separator, but with title separator |
FORMAT_NO_TITLE | Similar to |