pub struct Report {
pub name: String,
pub contact: Option<String>,
pub summary: String,
pub kind: ReportType,
pub resource: Resource,
}
Fields§
§name: String
§contact: Option<String>
§summary: String
§kind: ReportType
§resource: Resource
Implementations§
Auto Trait Implementations§
impl Freeze for Report
impl RefUnwindSafe for Report
impl Send for Report
impl Sync for Report
impl Unpin for Report
impl UnwindSafe for Report
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