pub struct VtUpdater {
pub send_samples: bool,
/* private fields */
}Available on crate feature
vt only.Expand description
Logic for getting records from the database and querying Virus Total for AV hits
Fields§
§send_samples: boolIf we’re allowed to upload samples to Virus Total
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VtUpdater
impl !RefUnwindSafe for VtUpdater
impl Send for VtUpdater
impl Sync for VtUpdater
impl Unpin for VtUpdater
impl !UnwindSafe for VtUpdater
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