Enum onedrive_api::resource::DriveField [−][src]
#[non_exhaustive]
pub enum DriveField {
Show variants
id,
created_by,
created_date_time,
description,
drive_type,
items,
last_modified_by,
last_modified_date_time,
name,
owner,
quota,
root,
sharepoint_ids,
special,
system,
web_url,
}Fields descriptors.
More details in mod documentation.
Variants (Non-exhaustive)
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Implementations
impl DriveField[src]
impl DriveField[src]Trait Implementations
impl Clone for DriveField[src]
impl Clone for DriveField[src]fn clone(&self) -> DriveField[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for DriveField[src]
impl Copy for DriveField[src]impl Eq for DriveField[src]
impl Eq for DriveField[src]impl PartialEq<DriveField> for DriveField[src]
impl PartialEq<DriveField> for DriveField[src]impl StructuralEq for DriveField[src]
impl StructuralEq for DriveField[src]impl StructuralPartialEq for DriveField[src]
impl StructuralPartialEq for DriveField[src]impl VariantNames for DriveField[src]
impl VariantNames for DriveField[src]const VARIANTS: &'static [&'static str][src]
Auto Trait Implementations
impl RefUnwindSafe for DriveField
impl RefUnwindSafe for DriveFieldimpl Send for DriveField
impl Send for DriveFieldimpl Sync for DriveField
impl Sync for DriveFieldimpl Unpin for DriveField
impl Unpin for DriveFieldimpl UnwindSafe for DriveField
impl UnwindSafe for DriveFieldBlanket Implementations
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]