Struct onedrive_api::resource::DriveId [−][src]
pub struct DriveId(pub String);
Implementations
Trait Implementations
impl<'de> Deserialize<'de> for DriveId[src]
impl<'de> Deserialize<'de> for DriveId[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl StructuralEq for DriveId[src]
impl StructuralEq for DriveId[src]impl StructuralPartialEq for DriveId[src]
impl StructuralPartialEq for DriveId[src]Auto Trait Implementations
impl RefUnwindSafe for DriveId
impl RefUnwindSafe for DriveIdimpl UnwindSafe for DriveId
impl UnwindSafe for DriveIdBlanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]pub fn equivalent(&self, key: &K) -> bool[src]
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]