pub struct ScanMetadata {
pub engine: EngineType,
pub engine_name: String,
pub target: String,
pub total_dependencies: usize,
pub total_vulnerabilities: usize,
}Fields§
§engine: EngineType§engine_name: String§target: String§total_dependencies: usize§total_vulnerabilities: usizeTrait Implementations§
Source§impl Clone for ScanMetadata
impl Clone for ScanMetadata
Source§fn clone(&self) -> ScanMetadata
fn clone(&self) -> ScanMetadata
Returns a duplicate of the value. Read more
1.0.0 · 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 ScanMetadata
impl Debug for ScanMetadata
Source§impl<'de> Deserialize<'de> for ScanMetadata
impl<'de> Deserialize<'de> for ScanMetadata
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ScanMetadata
impl PartialEq for ScanMetadata
Source§impl Serialize for ScanMetadata
impl Serialize for ScanMetadata
impl Eq for ScanMetadata
impl StructuralPartialEq for ScanMetadata
Auto Trait Implementations§
impl Freeze for ScanMetadata
impl RefUnwindSafe for ScanMetadata
impl Send for ScanMetadata
impl Sync for ScanMetadata
impl Unpin for ScanMetadata
impl UnsafeUnpin for ScanMetadata
impl UnwindSafe for ScanMetadata
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