pub struct AlignmentDifference(pub Vec<DifferenceColumn>);Expand description
An alignment difference string. See the minimap2 man-page for more information.
Tuple Fields§
§0: Vec<DifferenceColumn>Trait Implementations§
Source§impl Clone for AlignmentDifference
impl Clone for AlignmentDifference
Source§fn clone(&self) -> AlignmentDifference
fn clone(&self) -> AlignmentDifference
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 AlignmentDifference
impl Debug for AlignmentDifference
Source§impl Display for AlignmentDifference
impl Display for AlignmentDifference
Source§impl PartialEq for AlignmentDifference
impl PartialEq for AlignmentDifference
impl Eq for AlignmentDifference
impl StructuralPartialEq for AlignmentDifference
Auto Trait Implementations§
impl Freeze for AlignmentDifference
impl RefUnwindSafe for AlignmentDifference
impl Send for AlignmentDifference
impl Sync for AlignmentDifference
impl Unpin for AlignmentDifference
impl UnwindSafe for AlignmentDifference
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