[][src]Struct rusoto_ds::DeleteTrustRequest

pub struct DeleteTrustRequest {
    pub delete_associated_conditional_forwarder: Option<bool>,
    pub trust_id: String,
}

Deletes the local side of an existing trust relationship between the Microsoft AD in the AWS cloud and the external domain.

Fields

Delete a conditional forwarder as part of a DeleteTrustRequest.

The Trust ID of the trust relationship to be deleted.

Trait Implementations

impl Clone for DeleteTrustRequest
[src]

Performs copy-assignment from source. Read more

impl Default for DeleteTrustRequest
[src]

impl PartialEq<DeleteTrustRequest> for DeleteTrustRequest
[src]

impl Debug for DeleteTrustRequest
[src]

impl Serialize for DeleteTrustRequest
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

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

impl<T> ToOwned for T where
    T: Clone
[src]

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

impl<T> Same for T

Should always be Self

impl<T> Erased for T