pub enum DetectedInputKind {
Raw,
}Expand description
Compression/container detected from input file magic.
Variants§
Raw
Plain uncompressed input.
Trait Implementations§
Source§impl Clone for DetectedInputKind
impl Clone for DetectedInputKind
Source§fn clone(&self) -> DetectedInputKind
fn clone(&self) -> DetectedInputKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DetectedInputKind
Source§impl Debug for DetectedInputKind
impl Debug for DetectedInputKind
impl Eq for DetectedInputKind
Source§impl PartialEq for DetectedInputKind
impl PartialEq for DetectedInputKind
Source§fn eq(&self, other: &DetectedInputKind) -> bool
fn eq(&self, other: &DetectedInputKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DetectedInputKind
Auto Trait Implementations§
impl Freeze for DetectedInputKind
impl RefUnwindSafe for DetectedInputKind
impl Send for DetectedInputKind
impl Sync for DetectedInputKind
impl Unpin for DetectedInputKind
impl UnsafeUnpin for DetectedInputKind
impl UnwindSafe for DetectedInputKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more