pub struct CuckooData { /* private fields */ }Expand description
Data used by the cuckoo module.
This data must be provided by a call to
Scanner::set_module_data.
Implementations§
Source§impl CuckooData
impl CuckooData
Sourcepub fn from_json_report(report: &str) -> Option<Self>
pub fn from_json_report(report: &str) -> Option<Self>
Build the data needed by the cuckoo module from a json report.
Returns None if the report could not be parsed.
Auto Trait Implementations§
impl Freeze for CuckooData
impl RefUnwindSafe for CuckooData
impl Send for CuckooData
impl Sync for CuckooData
impl Unpin for CuckooData
impl UnwindSafe for CuckooData
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