pub struct SkillDirectoryReport {
pub root: PathBuf,
pub okf: Option<OkfReport>,
pub resource_refs: Vec<ResourceRef>,
pub errors: Vec<OkfIssue>,
pub warnings: Vec<OkfIssue>,
}Fields§
§root: PathBuf§okf: Option<OkfReport>§resource_refs: Vec<ResourceRef>§errors: Vec<OkfIssue>§warnings: Vec<OkfIssue>Implementations§
Trait Implementations§
Source§impl Clone for SkillDirectoryReport
impl Clone for SkillDirectoryReport
Source§fn clone(&self) -> SkillDirectoryReport
fn clone(&self) -> SkillDirectoryReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SkillDirectoryReport
impl Debug for SkillDirectoryReport
impl Eq for SkillDirectoryReport
Source§impl PartialEq for SkillDirectoryReport
impl PartialEq for SkillDirectoryReport
Source§fn eq(&self, other: &SkillDirectoryReport) -> bool
fn eq(&self, other: &SkillDirectoryReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SkillDirectoryReport
Auto Trait Implementations§
impl Freeze for SkillDirectoryReport
impl RefUnwindSafe for SkillDirectoryReport
impl Send for SkillDirectoryReport
impl Sync for SkillDirectoryReport
impl Unpin for SkillDirectoryReport
impl UnsafeUnpin for SkillDirectoryReport
impl UnwindSafe for SkillDirectoryReport
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.