pub struct SampleDesc {
pub name: String,
pub contigs: Vec<ContigDesc>,
}Expand description
A sample with its name and contigs
Fields§
§name: String§contigs: Vec<ContigDesc>Implementations§
Trait Implementations§
Source§impl Clone for SampleDesc
impl Clone for SampleDesc
Source§fn clone(&self) -> SampleDesc
fn clone(&self) -> SampleDesc
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SampleDesc
impl RefUnwindSafe for SampleDesc
impl Send for SampleDesc
impl Sync for SampleDesc
impl Unpin for SampleDesc
impl UnwindSafe for SampleDesc
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