Struct google_genomics1::CodingSequence[][src]

pub struct CodingSequence {
    pub start: Option<String>,
    pub end: 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 start of the coding sequence on this annotation's reference sequence, 0-based inclusive. Note that this position is relative to the reference start, and not the containing annotation start.

The end of the coding sequence on this annotation's reference sequence, 0-based exclusive. Note that this position is relative to the reference start, and not the containing annotation start.

Trait Implementations

impl Default for CodingSequence
[src]

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

impl Clone for CodingSequence
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CodingSequence
[src]

Formats the value using the given formatter. Read more

impl Part for CodingSequence
[src]

Auto Trait Implementations