pub struct TableRowPart {
pub cells: Vec<TableCellPart>,
pub height: Option<i64>,
}Expand description
Table row
Fields§
§cells: Vec<TableCellPart>§height: Option<i64>Implementations§
Trait Implementations§
Source§impl Clone for TableRowPart
impl Clone for TableRowPart
Source§fn clone(&self) -> TableRowPart
fn clone(&self) -> TableRowPart
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TableRowPart
impl Debug for TableRowPart
Auto Trait Implementations§
impl Freeze for TableRowPart
impl RefUnwindSafe for TableRowPart
impl Send for TableRowPart
impl Sync for TableRowPart
impl Unpin for TableRowPart
impl UnsafeUnpin for TableRowPart
impl UnwindSafe for TableRowPart
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