pub struct ResourcesDetectionCount {
pub critical: i32,
pub high: i32,
pub informational: i32,
pub medium: i32,
pub total: i32,
}Fields§
§critical: i32§high: i32§informational: i32§medium: i32§total: i32Implementations§
Trait Implementations§
Source§impl Clone for ResourcesDetectionCount
impl Clone for ResourcesDetectionCount
Source§fn clone(&self) -> ResourcesDetectionCount
fn clone(&self) -> ResourcesDetectionCount
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 ResourcesDetectionCount
impl Debug for ResourcesDetectionCount
Source§impl Default for ResourcesDetectionCount
impl Default for ResourcesDetectionCount
Source§fn default() -> ResourcesDetectionCount
fn default() -> ResourcesDetectionCount
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ResourcesDetectionCount
impl<'de> Deserialize<'de> for ResourcesDetectionCount
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 ResourcesDetectionCount
impl PartialEq for ResourcesDetectionCount
Source§impl Serialize for ResourcesDetectionCount
impl Serialize for ResourcesDetectionCount
impl StructuralPartialEq for ResourcesDetectionCount
Auto Trait Implementations§
impl Freeze for ResourcesDetectionCount
impl RefUnwindSafe for ResourcesDetectionCount
impl Send for ResourcesDetectionCount
impl Sync for ResourcesDetectionCount
impl Unpin for ResourcesDetectionCount
impl UnwindSafe for ResourcesDetectionCount
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