Enum onedrive_api::resource::DriveLocation [−][src]
pub enum DriveLocation<'a> {
CurrentDrive,
UserId(&'a str),
GroupId(&'a str),
SiteId(&'a str),
DriveId(&'a str),
}Variants
CurrentDriveUserId(&'a str)GroupId(&'a str)SiteId(&'a str)DriveId(&'a str)
Trait Implementations
impl<'a> From<&'a Drive> for DriveLocation<'a>[src]
impl<'a> From<&'a Drive> for DriveLocation<'a>impl<'a> From<&'a DriveId> for DriveLocation<'a>[src]
impl<'a> From<&'a DriveId> for DriveLocation<'a>Auto Trait Implementations
impl<'a> Send for DriveLocation<'a>
impl<'a> Send for DriveLocation<'a>impl<'a> Sync for DriveLocation<'a>
impl<'a> Sync for DriveLocation<'a>