Enum onedrive_api::client::DriveLocation
source · pub enum DriveLocation<'a> {
CurrentDrive,
UserId(&'a str),
GroupId(&'a str),
SiteId(&'a str),
DriveId(&'a str),
}Expand description
Specify a Drive resource.
See also
https://docs.microsoft.com/en-us/onedrive/developer/rest-api/api/drive_get?view=odsp-graph-online
Variants§
Trait Implementations§
source§impl<'a> Clone for DriveLocation<'a>
impl<'a> Clone for DriveLocation<'a>
source§fn clone(&self) -> DriveLocation<'a>
fn clone(&self) -> DriveLocation<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more