Struct onedrive_api::resource::DriveItem[][src]

pub struct DriveItem {
    pub description: Option<String>,
    pub size: FileSize,
    pub web_dav_url: Url,
    pub children: Vec<DriveItem>,
    pub id: ItemId,
    pub e_tag: Tag,
    pub name: String,
    pub web_url: Url,
    pub download_url: Url,
}

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

Fields

Trait Implementations

impl<'a> From<&'a DriveItem> for ItemLocation<'a>
[src]

Performs the conversion.

impl Debug for DriveItem
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DriveItem

impl Sync for DriveItem