[][src]Struct rusoto_schemas::PutCodeBindingResponse

pub struct PutCodeBindingResponse {
    pub creation_date: Option<f64>,
    pub last_modified: Option<f64>,
    pub schema_version: Option<String>,
    pub status: Option<String>,
}

Fields

creation_date: Option<f64>

The time and date that the code binding was created.

last_modified: Option<f64>

The date and time that code bindings were modified.

schema_version: Option<String>

The version number of the schema.

status: Option<String>

The current status of code binding generation.

Trait Implementations

impl Clone for PutCodeBindingResponse[src]

impl Debug for PutCodeBindingResponse[src]

impl Default for PutCodeBindingResponse[src]

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

impl PartialEq<PutCodeBindingResponse> for PutCodeBindingResponse[src]

impl StructuralPartialEq for PutCodeBindingResponse[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> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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.