Struct onedrive_api::resource::Drive[][src]

pub struct Drive {
    pub id: DriveId,
    pub description: String,
    pub items: Option<Vec<DriveItem>>,
    pub name: String,
    pub root: DriveItem,
    pub special: Option<DriveItem>,
    pub web_url: Url,
}

https://docs.microsoft.com/en-us/onedrive/developer/rest-api/resources/drive?view=odsp-graph-online

Fields

Trait Implementations

impl<'a> From<&'a Drive> for DriveLocation<'a>
[src]

Performs the conversion.

impl Debug for Drive
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Drive

impl Sync for Drive