Struct google_genomics1::Program[][src]

pub struct Program {
    pub prev_program_id: Option<String>,
    pub command_line: Option<String>,
    pub version: Option<String>,
    pub id: Option<String>,
    pub name: Option<String>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

The ID of the program run before this one.

The command line used to run this program.

The version of the program run.

The user specified locally unique ID of the program. Used along with prevProgramId to define an ordering between programs.

The display name of the program. This is typically the colloquial name of the tool used, for example 'bwa' or 'picard'.

Trait Implementations

impl Default for Program
[src]

Returns the "default value" for a type. Read more

impl Clone for Program
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Program
[src]

Formats the value using the given formatter. Read more

impl Part for Program
[src]

Auto Trait Implementations

impl Send for Program

impl Sync for Program