pub struct GenomeInput {
pub id: String,
pub fasta: PathBuf,
}Expand description
A genome’s protein FASTA plus a short identifier used to prefix every header on concatenation.
Fields§
§id: String§fasta: PathBufTrait Implementations§
Source§impl Clone for GenomeInput
impl Clone for GenomeInput
Source§fn clone(&self) -> GenomeInput
fn clone(&self) -> GenomeInput
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 GenomeInput
impl RefUnwindSafe for GenomeInput
impl Send for GenomeInput
impl Sync for GenomeInput
impl Unpin for GenomeInput
impl UnsafeUnpin for GenomeInput
impl UnwindSafe for GenomeInput
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