Struct google_photoslibrary1::TextEnrichment[][src]

pub struct TextEnrichment {
    pub text: Option<String>,
}

An enrichment containing text.

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

Fields

Text for this enrichment item.

Trait Implementations

impl Default for TextEnrichment
[src]

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

impl Clone for TextEnrichment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TextEnrichment
[src]

Formats the value using the given formatter. Read more

impl Part for TextEnrichment
[src]

Auto Trait Implementations