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)
Folder(FolderMetadata)
Deleted(DeletedMetadata)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Metadata
impl UnwindSafe for Metadata
Blanket Implementations
Mutably borrows from an owned value. Read more