pub struct ProposeReport<'a> {
pub inventory: InventoryContext<'a>,
pub kind: Option<&'a str>,
pub expires: &'a str,
pub policy_output: Option<&'a str>,
pub force: bool,
pub findings_scanned: usize,
pub baseline_debt_entries_proposed: usize,
pub unsafe_baseline_debt_entries_proposed: usize,
}Fields§
§inventory: InventoryContext<'a>§kind: Option<&'a str>§expires: &'a str§policy_output: Option<&'a str>§force: bool§findings_scanned: usize§baseline_debt_entries_proposed: usize§unsafe_baseline_debt_entries_proposed: usizeTrait Implementations§
Source§impl<'a> Clone for ProposeReport<'a>
impl<'a> Clone for ProposeReport<'a>
Source§fn clone(&self) -> ProposeReport<'a>
fn clone(&self) -> ProposeReport<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for ProposeReport<'a>
impl<'a> Debug for ProposeReport<'a>
impl<'a> Copy for ProposeReport<'a>
Auto Trait Implementations§
impl<'a> Freeze for ProposeReport<'a>
impl<'a> RefUnwindSafe for ProposeReport<'a>
impl<'a> Send for ProposeReport<'a>
impl<'a> Sync for ProposeReport<'a>
impl<'a> Unpin for ProposeReport<'a>
impl<'a> UnsafeUnpin for ProposeReport<'a>
impl<'a> UnwindSafe for ProposeReport<'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