Struct google_compute1::api::RouterAdvertisedIpRange[][src]

pub struct RouterAdvertisedIpRange {
    pub description: Option<String>,
    pub range: Option<String>,
}

Description-tagged IP ranges for the router to advertise.

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

Fields

description: Option<String>

User-specified description for the IP range.

range: Option<String>

The IP range to advertise. The value must be a CIDR-formatted string.

Trait Implementations

impl Clone for RouterAdvertisedIpRange[src]

impl Debug for RouterAdvertisedIpRange[src]

impl Default for RouterAdvertisedIpRange[src]

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

impl Part for RouterAdvertisedIpRange[src]

impl Serialize for RouterAdvertisedIpRange[src]

Auto Trait Implementations

impl RefUnwindSafe for RouterAdvertisedIpRange[src]

impl Send for RouterAdvertisedIpRange[src]

impl Sync for RouterAdvertisedIpRange[src]

impl Unpin for RouterAdvertisedIpRange[src]

impl UnwindSafe for RouterAdvertisedIpRange[src]

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> Instrument 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.