pub struct TableRow {
pub align: HorizontalAlign,
pub cells: Vec<TableCellElement>,
}Fields§
§align: HorizontalAlign§cells: Vec<TableCellElement>Trait Implementations§
source§impl PartialEq<TableRow> for TableRow
impl PartialEq<TableRow> for TableRow
impl StructuralPartialEq for TableRow
Auto Trait Implementations§
impl RefUnwindSafe for TableRow
impl Send for TableRow
impl Sync for TableRow
impl Unpin for TableRow
impl UnwindSafe for TableRow
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