pub struct OkfReport {
pub root: PathBuf,
pub okf_version: Option<String>,
pub index_present: bool,
pub log_present: bool,
pub concept_count: usize,
pub files: Vec<OkfFile>,
pub errors: Vec<OkfIssue>,
pub warnings: Vec<OkfIssue>,
}Fields§
§root: PathBuf§okf_version: Option<String>§index_present: bool§log_present: bool§concept_count: usize§files: Vec<OkfFile>§errors: Vec<OkfIssue>§warnings: Vec<OkfIssue>Implementations§
Trait Implementations§
impl Eq for OkfReport
impl StructuralPartialEq for OkfReport
Auto Trait Implementations§
impl Freeze for OkfReport
impl RefUnwindSafe for OkfReport
impl Send for OkfReport
impl Sync for OkfReport
impl Unpin for OkfReport
impl UnsafeUnpin for OkfReport
impl UnwindSafe for OkfReport
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.