pub struct ChainFile { /* private fields */ }Expand description
A parsed chain file, indexed by source chromosome.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChainFile
impl RefUnwindSafe for ChainFile
impl Send for ChainFile
impl Sync for ChainFile
impl Unpin for ChainFile
impl UnsafeUnpin for ChainFile
impl UnwindSafe for ChainFile
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