Struct noodles_bcf::record::samples::Sample
source · pub struct Sample<'r> { /* private fields */ }
Expand description
A BCF record sample.
Trait Implementations§
source§impl<'r> Sample for Sample<'r>
impl<'r> Sample for Sample<'r>
Auto Trait Implementations§
impl<'r> Freeze for Sample<'r>
impl<'r> RefUnwindSafe for Sample<'r>
impl<'r> Send for Sample<'r>
impl<'r> Sync for Sample<'r>
impl<'r> Unpin for Sample<'r>
impl<'r> UnwindSafe for Sample<'r>
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