pub struct GenerateReport {
pub jobs: Vec<JobReport>,
pub warnings: Vec<Diagnostic>,
}Fields§
§jobs: Vec<JobReport>§warnings: Vec<Diagnostic>Trait Implementations§
Source§impl Clone for GenerateReport
impl Clone for GenerateReport
Source§fn clone(&self) -> GenerateReport
fn clone(&self) -> GenerateReport
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 Debug for GenerateReport
impl Debug for GenerateReport
Source§impl PartialEq for GenerateReport
impl PartialEq for GenerateReport
Source§fn eq(&self, other: &GenerateReport) -> bool
fn eq(&self, other: &GenerateReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for GenerateReport
impl StructuralPartialEq for GenerateReport
Auto Trait Implementations§
impl Freeze for GenerateReport
impl RefUnwindSafe for GenerateReport
impl Send for GenerateReport
impl Sync for GenerateReport
impl Unpin for GenerateReport
impl UnsafeUnpin for GenerateReport
impl UnwindSafe for GenerateReport
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