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

pub struct FileNameListing<InfoType = JsonValue> {
    pub files: Vec<FileInfo<InfoType>>,
    pub folders: Vec<FolderInfo>,
}

Contains the files and folders returned by the file name listing api.

Fields

Trait Implementations

impl<InfoType: Debug> Debug for FileNameListing<InfoType>
[src]

Formats the value using the given formatter.

impl<InfoType: Clone> Clone for FileNameListing<InfoType>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more