pub struct RawPlugin;Expand description
FormatPlugin implementation for raw (flat) dumps.
This is the lowest-confidence fallback: any non-empty file can be treated as a raw dump, so the probe returns 5 (not 0) for non-empty files.
Trait Implementations§
Source§impl FormatPlugin for RawPlugin
impl FormatPlugin for RawPlugin
Auto Trait Implementations§
impl Freeze for RawPlugin
impl RefUnwindSafe for RawPlugin
impl Send for RawPlugin
impl Sync for RawPlugin
impl Unpin for RawPlugin
impl UnsafeUnpin for RawPlugin
impl UnwindSafe for RawPlugin
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