pub struct Detected {
pub path: PathBuf,
pub format: VendorFormat,
}Expand description
Result of probing a filesystem path for a supported vendor format.
Fields§
§path: PathBufCanonical path to feed back into the matching vendor reader.
For directory-based formats this is the bundle directory; for
Thermo, the .raw file itself.
format: VendorFormatIdentified format.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Detected
impl RefUnwindSafe for Detected
impl Send for Detected
impl Sync for Detected
impl Unpin for Detected
impl UnsafeUnpin for Detected
impl UnwindSafe for Detected
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