Struct butlerd::Responses::CleanDownloadsEntry[][src]

pub struct CleanDownloadsEntry {
    pub path: String,
    pub size: i64,
}

Describes a directory that butler could clean up

Fields

Trait Implementations

impl Debug for CleanDownloadsEntry
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations