#[non_exhaustive]pub enum DriveField {
Show 16 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,
}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.
id
created_by
created_date_time
description
drive_type
items
last_modified_by
last_modified_date_time
name
owner
quota
root
special
system
web_url
Implementations§
Trait Implementations§
Source§impl Clone for DriveField
impl Clone for DriveField
Source§fn clone(&self) -> DriveField
fn clone(&self) -> DriveField
Returns a duplicate 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 DriveField
impl Debug for DriveField
Source§impl PartialEq for DriveField
impl PartialEq for DriveField
Source§impl VariantNames for DriveField
impl VariantNames for DriveField
impl Copy for DriveField
impl Eq for DriveField
impl StructuralPartialEq for DriveField
Auto Trait Implementations§
impl Freeze for DriveField
impl RefUnwindSafe for DriveField
impl Send for DriveField
impl Sync for DriveField
impl Unpin for DriveField
impl UnwindSafe for DriveField
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.