Struct endbasic_std::storage::DriveFiles [−][src]
pub struct DriveFiles { /* fields omitted */ }
Expand description
Collection of entries in the store and their metadata. Used to represent the result of the
Drive::enumerate
call.
Implementations
Creates a new collection of files with the given dirents
.
Returns the collection of files in this result.
Returns the user’s disk quota, if known.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DriveFiles
impl Send for DriveFiles
impl Sync for DriveFiles
impl Unpin for DriveFiles
impl UnwindSafe for DriveFiles