pub struct ModuleCheckFindings {
pub errors: Vec<String>,
pub warnings: Vec<String>,
}Fields§
§errors: Vec<String>§warnings: Vec<String>Auto Trait Implementations§
impl Freeze for ModuleCheckFindings
impl RefUnwindSafe for ModuleCheckFindings
impl Send for ModuleCheckFindings
impl Sync for ModuleCheckFindings
impl Unpin for ModuleCheckFindings
impl UnsafeUnpin for ModuleCheckFindings
impl UnwindSafe for ModuleCheckFindings
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