pub struct CveScanResponse {
pub scan_result: ScanResult,
}Fields§
§scan_result: ScanResultTrait Implementations§
Source§impl Debug for CveScanResponse
impl Debug for CveScanResponse
Auto Trait Implementations§
impl Freeze for CveScanResponse
impl RefUnwindSafe for CveScanResponse
impl Send for CveScanResponse
impl Sync for CveScanResponse
impl Unpin for CveScanResponse
impl UnwindSafe for CveScanResponse
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