Struct onedrive_api::resource::ItemId[][src]

pub struct ItemId(_);

Methods

impl ItemId
[src]

Trait Implementations

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

Performs the conversion.

impl Debug for ItemId
[src]

Formats the value using the given formatter. Read more

impl Eq for ItemId
[src]

impl Hash for ItemId
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for ItemId
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for ItemId

impl Sync for ItemId