Enum onedrive_api::client::ItemLocation
source · Expand description
Specify a DriveItem resource.
See also
https://docs.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_get?view=odsp-graph-online
Variants§
Trait Implementations§
source§impl<'a> Clone for ItemLocation<'a>
impl<'a> Clone for ItemLocation<'a>
source§fn clone(&self) -> ItemLocation<'a>
fn clone(&self) -> ItemLocation<'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