Struct google_genomics1::Entry[][src]

pub struct Entry {
    pub status: Option<Status>,
    pub annotation: Option<Annotation>,
}

There is no detailed description.

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

Fields

The creation status.

The created annotation, if creation was successful.

Trait Implementations

impl Default for Entry
[src]

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

impl Clone for Entry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Entry
[src]

Formats the value using the given formatter. Read more

impl Part for Entry
[src]

Auto Trait Implementations

impl Send for Entry

impl Sync for Entry