pub enum CsValue {
Same(usize),
Substitution,
Insertion(usize),
Deletion(usize),
Intron(usize),
}Expand description
Value of CS tag
Variants§
Implementations§
Trait Implementations§
impl Eq for CsValue
impl StructuralPartialEq for CsValue
Auto Trait Implementations§
impl Freeze for CsValue
impl RefUnwindSafe for CsValue
impl Send for CsValue
impl Sync for CsValue
impl Unpin for CsValue
impl UnwindSafe for CsValue
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