Struct pretty_table::TableOptions
source · pub struct TableOptions {
pub max_rows: Option<usize>,
pub max_cols: Option<usize>,
pub only_display_cols: Option<Vec<usize>>,
}Fields§
§max_rows: Option<usize>§max_cols: Option<usize>§only_display_cols: Option<Vec<usize>>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TableOptions
impl Send for TableOptions
impl Sync for TableOptions
impl Unpin for TableOptions
impl UnwindSafe for TableOptions
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