Struct backblaze_b2::raw::files::FolderInfo [] [src]

pub struct FolderInfo {
    pub file_name: String,
}

Folders are not real objects stored on backblaze b2, but derived from the names of the stored files. This struct is returned by the file listing functions.

Fields

Trait Implementations

impl Debug for FolderInfo
[src]

Formats the value using the given formatter.

impl Clone for FolderInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more