pub struct libscols_cell { /* private fields */ }Expand description
libscols_cell:
A cell - the smallest library object
Trait Implementations§
Source§impl Clone for libscols_cell
impl Clone for libscols_cell
Source§fn clone(&self) -> libscols_cell
fn clone(&self) -> libscols_cell
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_cell
impl Debug for libscols_cell
impl Copy for libscols_cell
Auto Trait Implementations§
impl Freeze for libscols_cell
impl RefUnwindSafe for libscols_cell
impl Send for libscols_cell
impl Sync for libscols_cell
impl Unpin for libscols_cell
impl UnwindSafe for libscols_cell
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