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

pub struct FileVersionListing<InfoType = JsonValue> {
    pub files: Vec<FileInfo<InfoType>>,
    pub folders: Vec<FolderInfo>,
    pub hide_markers: Vec<HideMarkerInfo>,
    pub unfinished_large_files: Vec<UnfinishedLargeFileInfo<InfoType>>,
}

Contains the files, folders, hide markers and unfinished large files returned by the file version listing api.

Fields

Trait Implementations

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more