[][src]Struct rusoto_appstream::ImagePermissions

pub struct ImagePermissions {
    pub allow_fleet: Option<bool>,
    pub allow_image_builder: Option<bool>,
}

Describes the permissions for an image.

Fields

allow_fleet: Option<bool>

Indicates whether the image can be used for a fleet.

allow_image_builder: Option<bool>

Indicates whether the image can be used for an image builder.

Trait Implementations

impl Clone for ImagePermissions[src]

impl Debug for ImagePermissions[src]

impl Default for ImagePermissions[src]

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

impl PartialEq<ImagePermissions> for ImagePermissions[src]

impl Serialize for ImagePermissions[src]

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