pub struct libscols_line { /* private fields */ }Expand description
libscols_line:
A line - an array of cells
Trait Implementations§
Source§impl Clone for libscols_line
impl Clone for libscols_line
Source§fn clone(&self) -> libscols_line
fn clone(&self) -> libscols_line
Returns a duplicate 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 libscols_line
impl Debug for libscols_line
impl Copy for libscols_line
Auto Trait Implementations§
impl Freeze for libscols_line
impl RefUnwindSafe for libscols_line
impl Send for libscols_line
impl Sync for libscols_line
impl Unpin for libscols_line
impl UnwindSafe for libscols_line
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