Struct malwaredb_server::db::MDBConfig
source · pub struct MDBConfig {
pub name: String,
pub compression: bool,
pub send_samples_to_vt: bool,
/* private fields */
}
Expand description
MalwareDB configuration which is stored in the database
Fields§
§name: String
The name of this instance of MalwareDB
compression: bool
Whether or not samples are stored compressed
send_samples_to_vt: bool
Whether or not malwareDB can send samples to VirusTotal
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MDBConfig
impl RefUnwindSafe for MDBConfig
impl Send for MDBConfig
impl Sync for MDBConfig
impl Unpin for MDBConfig
impl UnwindSafe for MDBConfig
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