Struct blul_core::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 str
Implementations§
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.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for QuerySequence
impl Send for QuerySequence
impl Sync for QuerySequence
impl Unpin for QuerySequence
impl UnwindSafe for QuerySequence
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