Struct google_genomics1::MergeVariantsRequest [−][src]
pub struct MergeVariantsRequest { pub variant_set_id: Option<String>, pub variants: Option<Vec<Variant>>, pub info_merge_config: Option<HashMap<String, String>>, }
There is no detailed description.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- merge variants (request)
Fields
variant_set_id: Option<String>
The destination variant set.
variants: Option<Vec<Variant>>
The variants to be merged with existing variants.
info_merge_config: Option<HashMap<String, String>>
A mapping between info field keys and the InfoMergeOperations to be performed on them.
Trait Implementations
impl Default for MergeVariantsRequest
[src]
impl Default for MergeVariantsRequest
fn default() -> MergeVariantsRequest
[src]
fn default() -> MergeVariantsRequest
Returns the "default value" for a type. Read more
impl Clone for MergeVariantsRequest
[src]
impl Clone for MergeVariantsRequest
fn clone(&self) -> MergeVariantsRequest
[src]
fn clone(&self) -> MergeVariantsRequest
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for MergeVariantsRequest
[src]
impl Debug for MergeVariantsRequest
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl RequestValue for MergeVariantsRequest
[src]
impl RequestValue for MergeVariantsRequest
Auto Trait Implementations
impl Send for MergeVariantsRequest
impl Send for MergeVariantsRequest
impl Sync for MergeVariantsRequest
impl Sync for MergeVariantsRequest