pub struct PairSet { /* private fields */ }Expand description
A collection of base pairs represented as compact integer keys.
Implementations§
Trait Implementations§
impl Eq for PairSet
impl StructuralPartialEq for PairSet
Auto Trait Implementations§
impl Freeze for PairSet
impl RefUnwindSafe for PairSet
impl Send for PairSet
impl Sync for PairSet
impl Unpin for PairSet
impl UnwindSafe for PairSet
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