[][src]Struct graph_rs_types::entitytypes::TeamsAsyncOperation

pub struct TeamsAsyncOperation {
    pub operation_type: TeamsAsyncOperationType,
    pub created_date_time: String,
    pub status: TeamsAsyncOperationStatus,
    pub last_action_date_time: String,
    pub attempts_count: i32,
    pub target_resource_id: String,
    pub target_resource_location: String,
    pub error: OperationError,
}

Fields

operation_type: TeamsAsyncOperationTypecreated_date_time: Stringstatus: TeamsAsyncOperationStatuslast_action_date_time: Stringattempts_count: i32target_resource_id: Stringtarget_resource_location: Stringerror: OperationError

Trait Implementations

impl Eq for TeamsAsyncOperation[src]

impl Clone for TeamsAsyncOperation[src]

impl PartialEq<TeamsAsyncOperation> for TeamsAsyncOperation[src]

impl Debug for TeamsAsyncOperation[src]

impl Serialize for TeamsAsyncOperation[src]

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

Auto Trait Implementations

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

impl<T> From<T> for T[src]

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.

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

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

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

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]