pub struct Evaluated {
pub json: Value,
pub warnings: Vec<Report>,
pub updated_lockfile: Option<String>,
}Fields§
§json: Value§warnings: Vec<Report>Analysis warnings from all modules (under strict their presence would already be an error).
updated_lockfile: Option<String>The updated aura.lock, if new entries appeared (the host decides whether to write it).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Evaluated
impl RefUnwindSafe for Evaluated
impl Send for Evaluated
impl Sync for Evaluated
impl Unpin for Evaluated
impl UnsafeUnpin for Evaluated
impl UnwindSafe for Evaluated
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