Enum onedrive_api::resource::DriveItemField [−][src]
#[non_exhaustive]
pub enum DriveItemField {
Show variants
audio,
content,
c_tag,
deleted,
description,
file,
file_system_info,
folder,
image,
location,
package,
photo,
publication,
remote_item,
root,
search_result,
shared,
sharepoint_ids,
size,
special_folder,
video,
web_dav_url,
children,
created_by_user,
last_modified_by_user,
permissions,
thumbnails,
versions,
id,
created_by,
created_date_time,
e_tag,
last_modified_by,
last_modified_date_time,
name,
parent_reference,
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 DriveItemField[src]
impl DriveItemField[src]Trait Implementations
impl Clone for DriveItemField[src]
impl Clone for DriveItemField[src]fn clone(&self) -> DriveItemField[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for DriveItemField[src]
impl Copy for DriveItemField[src]impl Eq for DriveItemField[src]
impl Eq for DriveItemField[src]impl PartialEq<DriveItemField> for DriveItemField[src]
impl PartialEq<DriveItemField> for DriveItemField[src]impl StructuralEq for DriveItemField[src]
impl StructuralEq for DriveItemField[src]impl StructuralPartialEq for DriveItemField[src]
impl StructuralPartialEq for DriveItemField[src]impl VariantNames for DriveItemField[src]
impl VariantNames for DriveItemField[src]const VARIANTS: &'static [&'static str][src]
Auto Trait Implementations
impl RefUnwindSafe for DriveItemField
impl RefUnwindSafe for DriveItemFieldimpl Send for DriveItemField
impl Send for DriveItemFieldimpl Sync for DriveItemField
impl Sync for DriveItemFieldimpl Unpin for DriveItemField
impl Unpin for DriveItemFieldimpl UnwindSafe for DriveItemField
impl UnwindSafe for DriveItemFieldBlanket 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]