Enum onedrive_api::resource::DriveItemField
source · #[non_exhaustive]pub enum DriveItemField {
Show 39 variants
audio,
bundle,
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,
download_url,
}Expand description
Fields descriptors.
More details in mod documentation.
Variants (Non-exhaustive)§
This enum is marked as 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.
audio
bundle
content
c_tag
deleted
description
file
file_system_info
folder
image
location
package
photo
publication
remote_item
root
search_result
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
download_url
Implementations§
Trait Implementations§
source§impl Clone for DriveItemField
impl Clone for DriveItemField
source§fn clone(&self) -> DriveItemField
fn clone(&self) -> DriveItemField
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DriveItemField
impl Debug for DriveItemField
source§impl PartialEq for DriveItemField
impl PartialEq for DriveItemField
source§fn eq(&self, other: &DriveItemField) -> bool
fn eq(&self, other: &DriveItemField) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl VariantNames for DriveItemField
impl VariantNames for DriveItemField
impl Copy for DriveItemField
impl Eq for DriveItemField
impl StructuralPartialEq for DriveItemField
Auto Trait Implementations§
impl Freeze for DriveItemField
impl RefUnwindSafe for DriveItemField
impl Send for DriveItemField
impl Sync for DriveItemField
impl Unpin for DriveItemField
impl UnwindSafe for DriveItemField
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.