Struct blul::domain::dtos::blast_builder::QuerySequence
source · pub struct QuerySequence {
pub hash_header: Digest,
pub full_identifier: &'static str,
pub sequence: &'static str,
}Fields§
§hash_header: Digest§full_identifier: &'static str§sequence: &'static strImplementations§
source§impl QuerySequence
impl QuerySequence
sourcepub fn create(header: &'static str, sequence: &'static str) -> QuerySequence
pub fn create(header: &'static str, sequence: &'static str) -> QuerySequence
This is the constructor like method for the QuerySequenceDTO object.