pub struct HorizontalLine { /* private fields */ }
Expand description
A horizontal line that can be added to a Table
Implementations§
Trait Implementations§
Source§impl Item for HorizontalLine
impl Item for HorizontalLine
impl TableComponent for HorizontalLine
Auto Trait Implementations§
impl Freeze for HorizontalLine
impl RefUnwindSafe for HorizontalLine
impl Send for HorizontalLine
impl Sync for HorizontalLine
impl Unpin for HorizontalLine
impl UnwindSafe for HorizontalLine
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