pub struct Values<'a, N> { /* private fields */ }
Expand description
BAM record data field array values.
Implementations§
Trait Implementations§
impl<'a, N> StructuralPartialEq for Values<'a, N>
Auto Trait Implementations§
impl<'a, N> Freeze for Values<'a, N>
impl<'a, N> RefUnwindSafe for Values<'a, N>where
N: RefUnwindSafe,
impl<'a, N> Send for Values<'a, N>where
N: Send,
impl<'a, N> Sync for Values<'a, N>where
N: Sync,
impl<'a, N> Unpin for Values<'a, N>where
N: Unpin,
impl<'a, N> UnwindSafe for Values<'a, N>where
N: UnwindSafe,
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