pub enum AlignmentLayer {
Matches,
Inserts,
Deletes,
}
Expand description
Alignment layers. Used for tracking back.
Variants§
Trait Implementations§
Source§impl Clone for AlignmentLayer
impl Clone for AlignmentLayer
Source§fn clone(&self) -> AlignmentLayer
fn clone(&self) -> AlignmentLayer
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 AlignmentLayer
impl Debug for AlignmentLayer
Source§impl PartialEq for AlignmentLayer
impl PartialEq for AlignmentLayer
impl Copy for AlignmentLayer
impl Eq for AlignmentLayer
impl StructuralPartialEq for AlignmentLayer
Auto Trait Implementations§
impl Freeze for AlignmentLayer
impl RefUnwindSafe for AlignmentLayer
impl Send for AlignmentLayer
impl Sync for AlignmentLayer
impl Unpin for AlignmentLayer
impl UnwindSafe for AlignmentLayer
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