pub struct TableWidth { /* private fields */ }
Implementations§
Source§impl TableWidth
impl TableWidth
pub fn new(width: usize, width_type: WidthType) -> TableWidth
Trait Implementations§
Source§impl Clone for TableWidth
impl Clone for TableWidth
Source§fn clone(&self) -> TableWidth
fn clone(&self) -> TableWidth
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 TableWidth
impl Debug for TableWidth
Source§impl PartialEq for TableWidth
impl PartialEq for TableWidth
Source§impl Serialize for TableWidth
impl Serialize for TableWidth
impl StructuralPartialEq for TableWidth
Auto Trait Implementations§
impl Freeze for TableWidth
impl RefUnwindSafe for TableWidth
impl Send for TableWidth
impl Sync for TableWidth
impl Unpin for TableWidth
impl UnwindSafe for TableWidth
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