Struct space_rx::v2_api::models::common::Length[][src]

pub struct Length {
    pub feet: Option<f64>,
    pub meters: Option<f64>,
}

Fields

Trait Implementations

impl Debug for Length
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Length

impl Sync for Length