pub struct TableCell {
pub text: String,
pub row_span: u32,
pub col_span: u32,
pub properties: TableCellProperties,
}Expand description
Table cell (a:tc)
Fields§
§text: String§row_span: u32§col_span: u32§properties: TableCellPropertiesImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TableCell
impl RefUnwindSafe for TableCell
impl Send for TableCell
impl Sync for TableCell
impl Unpin for TableCell
impl UnwindSafe for TableCell
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