pub struct Table {
pub frame: Option<TableBorder>,
pub colsep: Option<bool>,
pub rowsep: Option<bool>,
pub pgwide: Option<bool>,
}
Fields§
§frame: Option<TableBorder>
§colsep: Option<bool>
§rowsep: Option<bool>
§pgwide: Option<bool>
Trait Implementations§
Source§impl ExtraAttributes<Table> for Table
impl ExtraAttributes<Table> for Table
impl StructuralPartialEq for Table
Auto Trait Implementations§
impl Freeze for Table
impl RefUnwindSafe for Table
impl Send for Table
impl Sync for Table
impl Unpin for Table
impl UnwindSafe for Table
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