Struct google_proximitybeacon1_beta1::IndoorLevel[][src]

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

Indoor level, a human-readable string as returned by Google Maps APIs, useful to indicate which floor of a building a beacon is located on.

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

Fields

The name of this level.

Trait Implementations

impl Default for IndoorLevel
[src]

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

impl Clone for IndoorLevel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IndoorLevel
[src]

Formats the value using the given formatter. Read more

impl Part for IndoorLevel
[src]

Auto Trait Implementations

impl Send for IndoorLevel

impl Sync for IndoorLevel