pub struct FileInspector { /* private fields */ }Expand description
File inspector
Implementations§
Source§impl FileInspector
impl FileInspector
Sourcepub fn export_json(&self) -> Result<String>
pub fn export_json(&self) -> Result<String>
Export info as JSON
Trait Implementations§
Source§impl Clone for FileInspector
impl Clone for FileInspector
Source§fn clone(&self) -> FileInspector
fn clone(&self) -> FileInspector
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for FileInspector
impl RefUnwindSafe for FileInspector
impl Send for FileInspector
impl Sync for FileInspector
impl Unpin for FileInspector
impl UnsafeUnpin for FileInspector
impl UnwindSafe for FileInspector
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