pub struct Documents {
pub count: usize,
pub paths: Vec<Utf8PathBuf>,
}Expand description
The document inventory the classification is computed from.
Fields§
§count: usizeHow many document files the walk found.
paths: Vec<Utf8PathBuf>Every document path, relative to the target, sorted.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Documents
impl RefUnwindSafe for Documents
impl Send for Documents
impl Sync for Documents
impl Unpin for Documents
impl UnsafeUnpin for Documents
impl UnwindSafe for Documents
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