[][src]Struct rusoto_workmail::UpdateResourceRequest

pub struct UpdateResourceRequest {
    pub booking_options: Option<BookingOptions>,
    pub name: Option<String>,
    pub organization_id: String,
    pub resource_id: String,
}

Fields

booking_options: Option<BookingOptions>

The resource's booking options to be updated.

name: Option<String>

The name of the resource to be updated.

organization_id: String

The identifier associated with the organization for which the resource is updated.

resource_id: String

The identifier of the resource to be updated.

Trait Implementations

impl Clone for UpdateResourceRequest[src]

impl Debug for UpdateResourceRequest[src]

impl Default for UpdateResourceRequest[src]

impl PartialEq<UpdateResourceRequest> for UpdateResourceRequest[src]

impl Serialize for UpdateResourceRequest[src]

impl StructuralPartialEq for UpdateResourceRequest[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> 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.