Enum onedrive_api::resource::DriveLocation[][src]

pub enum DriveLocation<'a> {
    CurrentDrive,
    UserId(&'a str),
    GroupId(&'a str),
    SiteId(&'a str),
    DriveId(&'a str),
}

Variants

Trait Implementations

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

Performs the conversion.

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

Performs the conversion.

Auto Trait Implementations

impl<'a> Send for DriveLocation<'a>

impl<'a> Sync for DriveLocation<'a>