Struct fm::preview::ZipContent
source · pub struct ZipContent { /* private fields */ }Expand description
Holds a list of file of an archive as returned by compress_tools::list_files.
It may fail if the archive can’t be read properly.
Trait Implementations§
source§impl Clone for ZipContent
impl Clone for ZipContent
source§fn clone(&self) -> ZipContent
fn clone(&self) -> ZipContent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more