[][src]Struct google_prod_tt_sasportal1_alpha1::SasPortalDeviceAirInterface

pub struct SasPortalDeviceAirInterface {
    pub radio_technology: Option<String>,
    pub supported_spec: Option<String>,
}

Information about the device's air interface.

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

Fields

radio_technology: Option<String>

This field specifies the radio access technology that is used for the CBSD.

Conditional

supported_spec: Option<String>

This field is related to the radioTechnology field and provides the air interface specification that the CBSD is compliant with at the time of registration.

Optional

Trait Implementations

impl Clone for SasPortalDeviceAirInterface[src]

impl Debug for SasPortalDeviceAirInterface[src]

impl Default for SasPortalDeviceAirInterface[src]

impl<'de> Deserialize<'de> for SasPortalDeviceAirInterface[src]

impl Part for SasPortalDeviceAirInterface[src]

impl Serialize for SasPortalDeviceAirInterface[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Typeable for T where
    T: Any