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 Freeze for TableOptions
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