pub struct Haplotype<'a, T: IsPath> {
pub name: String,
pub paths: Vec<&'a T>,
}Expand description
PanSN-spec haplotype
Merging multiple paths together
Fields§
§name: String§paths: Vec<&'a T>Trait Implementations§
Auto Trait Implementations§
impl<'a, T> Freeze for Haplotype<'a, T>
impl<'a, T> RefUnwindSafe for Haplotype<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for Haplotype<'a, T>where
T: Sync,
impl<'a, T> Sync for Haplotype<'a, T>where
T: Sync,
impl<'a, T> Unpin for Haplotype<'a, T>
impl<'a, T> UnwindSafe for Haplotype<'a, T>where
T: RefUnwindSafe,
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