pub struct ReadFragSpec { /* private fields */ }
Expand description
A specification for a single read. See ReadFragSpecBuilder
or BamBuilder::frag_builder
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadFragSpec
impl RefUnwindSafe for ReadFragSpec
impl Send for ReadFragSpec
impl Sync for ReadFragSpec
impl Unpin for ReadFragSpec
impl UnwindSafe for ReadFragSpec
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