pub struct JsonReport<'a> {
pub dependency_suggestions: &'a [Suggestion],
pub code_audit: Option<&'a CodeAuditReport>,
}Expand description
Legacy shape for compatibility (flat dependency_suggestions at top level).
Fields§
§dependency_suggestions: &'a [Suggestion]§code_audit: Option<&'a CodeAuditReport>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for JsonReport<'a>
impl<'a> RefUnwindSafe for JsonReport<'a>
impl<'a> Send for JsonReport<'a>
impl<'a> Sync for JsonReport<'a>
impl<'a> Unpin for JsonReport<'a>
impl<'a> UnsafeUnpin for JsonReport<'a>
impl<'a> UnwindSafe for JsonReport<'a>
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