pub struct TableCellWidth {
pub value: Option<isize>,
pub unit: Option<TableWidthUnit>,
}
Fields§
§value: Option<isize>
§unit: Option<TableWidthUnit>
Trait Implementations§
Source§impl Clone for TableCellWidth
impl Clone for TableCellWidth
Source§fn clone(&self) -> TableCellWidth
fn clone(&self) -> TableCellWidth
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 TableCellWidth
impl Debug for TableCellWidth
Source§impl Default for TableCellWidth
impl Default for TableCellWidth
Source§fn default() -> TableCellWidth
fn default() -> TableCellWidth
Returns the “default value” for a type. Read more
Source§impl<'__input> XmlRead<'__input> for TableCellWidth
impl<'__input> XmlRead<'__input> for TableCellWidth
Auto Trait Implementations§
impl Freeze for TableCellWidth
impl RefUnwindSafe for TableCellWidth
impl Send for TableCellWidth
impl Sync for TableCellWidth
impl Unpin for TableCellWidth
impl UnwindSafe for TableCellWidth
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