pub struct TableGrid {
pub outer: bool,
pub vertical: bool,
pub horizontal: bool,
}Expand description
网格线开关,默认全开。
Fields§
§outer: bool外框线。
vertical: bool列竖线。
horizontal: bool行横线。
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TableGrid
impl RefUnwindSafe for TableGrid
impl Send for TableGrid
impl Sync for TableGrid
impl Unpin for TableGrid
impl UnsafeUnpin for TableGrid
impl UnwindSafe for TableGrid
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