Enum fm::opener::InternalVariant
source · pub enum InternalVariant {
Decompress,
}Expand description
Some kind of files are “opened” using internal methods. ATM only one kind of files is supported, compressed ones, which use libarchive internally.
Variants§
Decompress
Trait Implementations§
source§impl Clone for InternalVariant
impl Clone for InternalVariant
source§fn clone(&self) -> InternalVariant
fn clone(&self) -> InternalVariant
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 moresource§impl Debug for InternalVariant
impl Debug for InternalVariant
source§impl Hash for InternalVariant
impl Hash for InternalVariant
source§impl PartialEq<InternalVariant> for InternalVariant
impl PartialEq<InternalVariant> for InternalVariant
source§fn eq(&self, other: &InternalVariant) -> bool
fn eq(&self, other: &InternalVariant) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for InternalVariant
impl StructuralEq for InternalVariant
impl StructuralPartialEq for InternalVariant
Auto Trait Implementations§
impl RefUnwindSafe for InternalVariant
impl Send for InternalVariant
impl Sync for InternalVariant
impl Unpin for InternalVariant
impl UnwindSafe for InternalVariant
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.