pub struct ExecuteBlastnProcRepository {}Trait Implementations§
source§impl Debug for ExecuteBlastnProcRepository
impl Debug for ExecuteBlastnProcRepository
source§impl ExecuteBlastn for ExecuteBlastnProcRepository
impl ExecuteBlastn for ExecuteBlastnProcRepository
fn run( &self, query_sequences: String, blast_config: BlastBuilder ) -> Result<ExecutionResponse, MappedErrors>
Auto Trait Implementations§
impl RefUnwindSafe for ExecuteBlastnProcRepository
impl Send for ExecuteBlastnProcRepository
impl Sync for ExecuteBlastnProcRepository
impl Unpin for ExecuteBlastnProcRepository
impl UnwindSafe for ExecuteBlastnProcRepository
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