Enum docx_rust::document::TableRowContent
source · pub enum TableRowContent<'a> {
TableCell(TableCell<'a>),
SDT(SDT<'a>),
}
Variants§
Trait Implementations§
source§impl<'a> Clone for TableRowContent<'a>
impl<'a> Clone for TableRowContent<'a>
source§fn clone(&self) -> TableRowContent<'a>
fn clone(&self) -> TableRowContent<'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 more