[][src]Struct rusoto_appstream::DomainJoinInfo

pub struct DomainJoinInfo {
    pub directory_name: Option<String>,
    pub organizational_unit_distinguished_name: Option<String>,
}

Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.

Fields

directory_name: Option<String>

The fully qualified name of the directory (for example, corp.example.com).

organizational_unit_distinguished_name: Option<String>

The distinguished name of the organizational unit for computer accounts.

Trait Implementations

impl Clone for DomainJoinInfo[src]

impl Debug for DomainJoinInfo[src]

impl Default for DomainJoinInfo[src]

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

impl PartialEq<DomainJoinInfo> for DomainJoinInfo[src]

impl Serialize for DomainJoinInfo[src]

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