Enum docx_rust::document::TableCellContent
source · pub enum TableCellContent<'a> {
Paragraph(Paragraph<'a>),
}
Variants§
Trait Implementations§
source§impl<'a> Clone for TableCellContent<'a>
impl<'a> Clone for TableCellContent<'a>
source§fn clone(&self) -> TableCellContent<'a>
fn clone(&self) -> TableCellContent<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a> Debug for TableCellContent<'a>
impl<'a> Debug for TableCellContent<'a>
source§impl<'a> From<Paragraph<'a>> for TableCellContent<'a>
impl<'a> From<Paragraph<'a>> for TableCellContent<'a>
source§fn from(original: Paragraph<'a>) -> TableCellContent<'a>
fn from(original: Paragraph<'a>) -> TableCellContent<'a>
Converts to this type from the input type.