Enum dropbox_sdk::files::Metadata [−][src]
pub enum Metadata {
File(FileMetadata),
Folder(FolderMetadata),
Deleted(DeletedMetadata),
}
This is supported on crate feature
dbx_files
only.Expand description
Metadata for a file or folder.
Variants
File(FileMetadata)
Tuple Fields of File
0: FileMetadata
Folder(FolderMetadata)
Tuple Fields of Folder
Deleted(DeletedMetadata)
Tuple Fields of Deleted
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Metadata
impl UnwindSafe for Metadata
Blanket Implementations
Mutably borrows from an owned value. Read more