pub struct TableCellWidth { /* private fields */ }
Implementations§
Source§impl TableCellWidth
impl TableCellWidth
pub fn new(width: usize, width_type: WidthType) -> TableCellWidth
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 PartialEq for TableCellWidth
impl PartialEq for TableCellWidth
Source§impl Serialize for TableCellWidth
impl Serialize for TableCellWidth
impl StructuralPartialEq 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