[][src]Struct graph_rs_types::entitytypes::Drive

pub struct Drive {
    pub drive_type: String,
    pub owner: IdentitySet,
    pub quota: Quota,
    pub share_point_ids: SharepointIds,
    pub system: SystemFacet,
    pub items: Vec<DriveItem>,
    pub list: Box<List>,
    pub root: DriveItem,
    pub special: Vec<DriveItem>,
}

Fields

drive_type: Stringowner: IdentitySetquota: Quotashare_point_ids: SharepointIdssystem: SystemFacetitems: Vec<DriveItem>list: Box<List>root: DriveItemspecial: Vec<DriveItem>

Trait Implementations

impl Eq for Drive[src]

impl Clone for Drive[src]

impl PartialEq<Drive> for Drive[src]

impl Debug for Drive[src]

impl Serialize for Drive[src]

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

Auto Trait Implementations

impl Send for Drive

impl Unpin for Drive

impl Sync for Drive

impl RefUnwindSafe for Drive

impl UnwindSafe for Drive

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]