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

pub struct HideMarkerInfo {
    pub file_id: String,
    pub file_name: String,
    pub upload_timestamp: u64,
}

Contains information about a hide marker. Hide markers are used to mark a filename as not used without deleting the old versions.

Fields

Trait Implementations

impl Debug for HideMarkerInfo
[src]

Formats the value using the given formatter.

impl Clone for HideMarkerInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more