pub struct RefRecord<'a> { /* private fields */ }
Expand description
A fastq record that borrows data from an array.
Implementations§
Source§impl<'a> RefRecord<'a>
impl<'a> RefRecord<'a>
Sourcepub fn to_owned_record(&self) -> OwnedRecord
pub fn to_owned_record(&self) -> OwnedRecord
Copy the borrowed data array and return an owned record.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RefRecord<'a>
impl<'a> RefUnwindSafe for RefRecord<'a>
impl<'a> Send for RefRecord<'a>
impl<'a> Sync for RefRecord<'a>
impl<'a> Unpin for RefRecord<'a>
impl<'a> UnwindSafe for RefRecord<'a>
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