pub struct Orf {
pub start: usize,
pub end: usize,
pub strand: Strand,
pub reading_frame: usize,
pub translated: Vec<Amino>,
}Fields§
§start: usize§end: usize§strand: Strand§reading_frame: usize§translated: Vec<Amino>Trait Implementations§
impl Eq for Orf
impl StructuralPartialEq for Orf
Auto Trait Implementations§
impl Freeze for Orf
impl RefUnwindSafe for Orf
impl Send for Orf
impl Sync for Orf
impl Unpin for Orf
impl UnwindSafe for Orf
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