pub struct TableCellProperty {
pub wide: Option<TableCellWidth>,
pub v_align: VAlign,
}
Fields§
§wide: Option<TableCellWidth>
§v_align: VAlign
Implementations§
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
Source§impl<'__input> XmlRead<'__input> for TableCellProperty
impl<'__input> XmlRead<'__input> for TableCellProperty
Auto Trait Implementations§
impl Freeze for TableCellProperty
impl RefUnwindSafe for TableCellProperty
impl Send for TableCellProperty
impl Sync for TableCellProperty
impl Unpin for TableCellProperty
impl UnwindSafe for TableCellProperty
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