[][src]Struct rusoto_clouddirectory::BatchDetachObject

pub struct BatchDetachObject {
    pub batch_reference_name: Option<String>,
    pub link_name: String,
    pub parent_reference: ObjectReference,
}

Represents the output of a DetachObject operation.

Fields

batch_reference_name: Option<String>

The batch reference name. See Transaction Support for more information.

link_name: String

The name of the link.

parent_reference: ObjectReference

Parent reference from which the object with the specified link name is detached.

Trait Implementations

impl Clone for BatchDetachObject[src]

impl Debug for BatchDetachObject[src]

impl Default for BatchDetachObject[src]

impl PartialEq<BatchDetachObject> for BatchDetachObject[src]

impl Serialize for BatchDetachObject[src]

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