Struct blul_core::domain::dtos::blutils_output::BlutilsOutput
source · pub struct BlutilsOutput {
pub results: Vec<QueryWithConsensus>,
pub config: Option<BlastBuilder>,
}
Fields§
§results: Vec<QueryWithConsensus>
§config: Option<BlastBuilder>
Trait Implementations§
source§impl Clone for BlutilsOutput
impl Clone for BlutilsOutput
source§fn clone(&self) -> BlutilsOutput
fn clone(&self) -> BlutilsOutput
Returns a copy 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 moresource§impl Debug for BlutilsOutput
impl Debug for BlutilsOutput
source§impl Default for BlutilsOutput
impl Default for BlutilsOutput
source§impl<'de> Deserialize<'de> for BlutilsOutput
impl<'de> Deserialize<'de> for BlutilsOutput
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for BlutilsOutput
impl RefUnwindSafe for BlutilsOutput
impl Send for BlutilsOutput
impl Sync for BlutilsOutput
impl Unpin for BlutilsOutput
impl UnwindSafe for BlutilsOutput
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