pub struct TableCell<'a> {
pub content: Vec<Inline<'a>>,
pub span: Span,
}Expand description
A single table cell.
Fields§
§content: Vec<Inline<'a>>Cell content (inline elements).
span: SpanSource span.
Trait Implementations§
impl<'a> StructuralPartialEq for TableCell<'a>
Auto Trait Implementations§
impl<'a> Freeze for TableCell<'a>
impl<'a> RefUnwindSafe for TableCell<'a>
impl<'a> Send for TableCell<'a>
impl<'a> Sync for TableCell<'a>
impl<'a> Unpin for TableCell<'a>
impl<'a> UnwindSafe for TableCell<'a>
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