Struct onedrive_api::resource::DriveId[][src]

pub struct DriveId(_);

Methods

impl DriveId
[src]

Trait Implementations

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

Performs the conversion.

impl Debug for DriveId
[src]

Formats the value using the given formatter. Read more

impl Eq for DriveId
[src]

impl Hash for DriveId
[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 DriveId
[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 DriveId

impl Sync for DriveId