Struct docx_rust::formatting::TableCellProperty
source · pub struct TableCellProperty {
pub wide: Option<TableCellWidth>,
}
Fields§
§wide: Option<TableCellWidth>
Trait Implementations§
source§impl Clone for TableCellProperty
impl Clone for TableCellProperty
source§fn clone(&self) -> TableCellProperty
fn clone(&self) -> TableCellProperty
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 Debug for TableCellProperty
impl Debug for TableCellProperty
source§impl Default for TableCellProperty
impl Default for TableCellProperty
source§fn default() -> TableCellProperty
fn default() -> TableCellProperty
Returns the “default value” for a type. Read more