pub enum RecordEvent {
RecordMapped,
RecordUnmapped,
RecordUnpaired,
RecordMateUnmapped,
RecordChimeric,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RecordEvent
impl RefUnwindSafe for RecordEvent
impl Send for RecordEvent
impl Sync for RecordEvent
impl Unpin for RecordEvent
impl UnwindSafe for RecordEvent
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