Struct malwaredb_api::VirusTotalSummary
source · pub struct VirusTotalSummary {
pub hits: u32,
pub total: u32,
}
Expand description
VirusTotal hits summary
Fields§
§hits: u32
§total: u32
Trait Implementations§
source§impl Clone for VirusTotalSummary
impl Clone for VirusTotalSummary
source§fn clone(&self) -> VirusTotalSummary
fn clone(&self) -> VirusTotalSummary
Returns a copy 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 VirusTotalSummary
impl Debug for VirusTotalSummary
source§impl Default for VirusTotalSummary
impl Default for VirusTotalSummary
source§fn default() -> VirusTotalSummary
fn default() -> VirusTotalSummary
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for VirusTotalSummary
impl<'de> Deserialize<'de> for VirusTotalSummary
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 VirusTotalSummary
impl PartialEq for VirusTotalSummary
source§fn eq(&self, other: &VirusTotalSummary) -> bool
fn eq(&self, other: &VirusTotalSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for VirusTotalSummary
impl Serialize for VirusTotalSummary
impl StructuralPartialEq for VirusTotalSummary
Auto Trait Implementations§
impl Freeze for VirusTotalSummary
impl RefUnwindSafe for VirusTotalSummary
impl Send for VirusTotalSummary
impl Sync for VirusTotalSummary
impl Unpin for VirusTotalSummary
impl UnwindSafe for VirusTotalSummary
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