Struct google_datastore1::KindExpression[][src]

pub struct KindExpression {
    pub name: Option<String>,
}

A representation of a kind.

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

Fields

The name of the kind.

Trait Implementations

impl Default for KindExpression
[src]

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

impl Clone for KindExpression
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for KindExpression
[src]

Formats the value using the given formatter. Read more

impl Part for KindExpression
[src]

Auto Trait Implementations