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