[][src]Struct rusoto_rds::IPRange

pub struct IPRange {
    pub cidrip: Option<String>,
    pub status: Option<String>,
}

This data type is used as a response element in the DescribeDBSecurityGroups action.

Fields

cidrip: Option<String>

Specifies the IP range.

status: Option<String>

Specifies the status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".

Trait Implementations

impl Clone for IPRange[src]

impl Default for IPRange[src]

impl PartialEq<IPRange> for IPRange[src]

impl Debug for IPRange[src]

impl StructuralPartialEq for IPRange[src]

Auto Trait Implementations

impl Send for IPRange

impl Sync for IPRange

impl Unpin for IPRange

impl UnwindSafe for IPRange

impl RefUnwindSafe for IPRange

Blanket Implementations

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

impl<T> From<T> for 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self