pub struct FancyTableOpts {
pub title_align: TitleAlign,
pub charset: Charset,
pub headers_separator: Option<Separator>,
pub rows_separator: Option<Separator>,
pub max_lines: usize,
}Fields§
§title_align: TitleAlign§charset: Charset§headers_separator: Option<Separator>§rows_separator: Option<Separator>§max_lines: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for FancyTableOpts
impl RefUnwindSafe for FancyTableOpts
impl Send for FancyTableOpts
impl Sync for FancyTableOpts
impl Unpin for FancyTableOpts
impl UnsafeUnpin for FancyTableOpts
impl UnwindSafe for FancyTableOpts
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