pub struct ReplaySelectEvidence {
pub exact_match_lookup: bool,
pub selected_gene_id: Option<String>,
pub selected_capsule_id: Option<String>,
pub candidates: Vec<ReplayCandidateEvidence>,
}Fields§
§exact_match_lookup: bool§selected_gene_id: Option<String>§selected_capsule_id: Option<String>§candidates: Vec<ReplayCandidateEvidence>Trait Implementations§
Source§impl Clone for ReplaySelectEvidence
impl Clone for ReplaySelectEvidence
Source§fn clone(&self) -> ReplaySelectEvidence
fn clone(&self) -> ReplaySelectEvidence
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 moreSource§impl Debug for ReplaySelectEvidence
impl Debug for ReplaySelectEvidence
Source§impl<'de> Deserialize<'de> for ReplaySelectEvidence
impl<'de> Deserialize<'de> for ReplaySelectEvidence
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
Source§impl PartialEq for ReplaySelectEvidence
impl PartialEq for ReplaySelectEvidence
Source§impl Serialize for ReplaySelectEvidence
impl Serialize for ReplaySelectEvidence
impl StructuralPartialEq for ReplaySelectEvidence
Auto Trait Implementations§
impl Freeze for ReplaySelectEvidence
impl RefUnwindSafe for ReplaySelectEvidence
impl Send for ReplaySelectEvidence
impl Sync for ReplaySelectEvidence
impl Unpin for ReplaySelectEvidence
impl UnsafeUnpin for ReplaySelectEvidence
impl UnwindSafe for ReplaySelectEvidence
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