Enum flatpak_rs::archive::ArchiveType
source · [−]pub enum ArchiveType {
Rpm,
Tar,
TarGzip,
TarCompress,
TarBzip2,
TarLzip,
TarLzma,
TarLzop,
TarXz,
Zip,
SevenZip,
}
Variants
Rpm
Tar
TarGzip
TarCompress
TarBzip2
TarLzip
TarLzma
TarLzop
TarXz
Zip
SevenZip
Implementations
Detects the archive type from a path or a URL, using the extension only.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ArchiveType
impl Send for ArchiveType
impl Sync for ArchiveType
impl Unpin for ArchiveType
impl UnwindSafe for ArchiveType
Blanket Implementations
Mutably borrows from an owned value. Read more