pub struct ComponentValidation {
pub path: String,
pub errors: Vec<ValidationIssue>,
pub warnings: Vec<ValidationIssue>,
}Fields§
§path: String§errors: Vec<ValidationIssue>§warnings: Vec<ValidationIssue>Trait Implementations§
Source§impl Clone for ComponentValidation
impl Clone for ComponentValidation
Source§fn clone(&self) -> ComponentValidation
fn clone(&self) -> ComponentValidation
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 moreSource§impl Debug for ComponentValidation
impl Debug for ComponentValidation
Source§impl PartialEq for ComponentValidation
impl PartialEq for ComponentValidation
impl Eq for ComponentValidation
impl StructuralPartialEq for ComponentValidation
Auto Trait Implementations§
impl Freeze for ComponentValidation
impl RefUnwindSafe for ComponentValidation
impl Send for ComponentValidation
impl Sync for ComponentValidation
impl Unpin for ComponentValidation
impl UnsafeUnpin for ComponentValidation
impl UnwindSafe for ComponentValidation
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.