pub struct HashLineColumn(pub LineColumn);Tuple Fields§
§0: LineColumnTrait Implementations§
Source§impl Clone for HashLineColumn
impl Clone for HashLineColumn
Source§fn clone(&self) -> HashLineColumn
fn clone(&self) -> HashLineColumn
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 HashLineColumn
impl Debug for HashLineColumn
Source§impl Hash for HashLineColumn
impl Hash for HashLineColumn
Source§impl Ord for HashLineColumn
impl Ord for HashLineColumn
Source§impl PartialEq for HashLineColumn
impl PartialEq for HashLineColumn
Source§impl PartialOrd for HashLineColumn
impl PartialOrd for HashLineColumn
impl Copy for HashLineColumn
impl Eq for HashLineColumn
impl StructuralPartialEq for HashLineColumn
Auto Trait Implementations§
impl Freeze for HashLineColumn
impl RefUnwindSafe for HashLineColumn
impl Send for HashLineColumn
impl Sync for HashLineColumn
impl Unpin for HashLineColumn
impl UnwindSafe for HashLineColumn
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