pub struct DependencyValidationResult {
pub warnings: Vec<ValidationWarning>,
}Expand description
Result of dependency validation containing both errors and warnings.
Fields§
§warnings: Vec<ValidationWarning>Trait Implementations§
Source§impl Debug for DependencyValidationResult
impl Debug for DependencyValidationResult
Source§impl Default for DependencyValidationResult
impl Default for DependencyValidationResult
Source§fn default() -> DependencyValidationResult
fn default() -> DependencyValidationResult
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DependencyValidationResult
impl RefUnwindSafe for DependencyValidationResult
impl Send for DependencyValidationResult
impl Sync for DependencyValidationResult
impl Unpin for DependencyValidationResult
impl UnsafeUnpin for DependencyValidationResult
impl UnwindSafe for DependencyValidationResult
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