pub struct FmtTableRow<'s> {
pub cells: Vec<FmtComposite<'s>>,
}Expand description
Wrap a standard table row
Fields§
§cells: Vec<FmtComposite<'s>>Implementations§
Source§impl<'s> FmtTableRow<'s>
impl<'s> FmtTableRow<'s>
pub fn from(table_row: TableRow<'s>, skin: &MadSkin) -> FmtTableRow<'s>
Trait Implementations§
Auto Trait Implementations§
impl<'s> Freeze for FmtTableRow<'s>
impl<'s> RefUnwindSafe for FmtTableRow<'s>
impl<'s> Send for FmtTableRow<'s>
impl<'s> Sync for FmtTableRow<'s>
impl<'s> Unpin for FmtTableRow<'s>
impl<'s> UnwindSafe for FmtTableRow<'s>
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