pub struct PairAlign<T> {
pub aligned_pos_pair_mat: HashSet<(T, T), RandomState, Global>,
pub inserted_poss: HashSet<T, RandomState, Global>,
pub deleted_poss: HashSet<T, RandomState, Global>,
}Fields
aligned_pos_pair_mat: HashSet<(T, T), RandomState, Global>inserted_poss: HashSet<T, RandomState, Global>deleted_poss: HashSet<T, RandomState, Global>Implementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for PairAlign<T>where
T: RefUnwindSafe,
impl<T> Send for PairAlign<T>where
T: Send,
impl<T> Sync for PairAlign<T>where
T: Sync,
impl<T> Unpin for PairAlign<T>where
T: Unpin,
impl<T> UnwindSafe for PairAlign<T>where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more