Searched refs:DetectDrop (Results 1 – 5 of 5) sorted by relevance
27 pub struct DetectDrop { struct31 impl DetectDrop { implementation33 DetectDrop { in new()41 impl StdError for DetectDrop {} implementation43 impl Display for DetectDrop { implementation49 impl Drop for DetectDrop { implementation
3 use crate::drop::{DetectDrop, Flag};22 drop: DetectDrop,40 drop: DetectDrop,68 drop: DetectDrop::new(&dropped.low), in make_chain()75 drop: DetectDrop::new(&dropped.mid), in make_chain()83 drop: DetectDrop::new(&dropped.high), in make_chain()
7 use self::drop::{DetectDrop, Flag};82 let error = Error::new(DetectDrop::new(&has_dropped)); in test_drop()83 drop(error.downcast::<DetectDrop>().unwrap()); in test_drop()
5 use self::drop::{DetectDrop, Flag};12 let error = Error::new(DetectDrop::new(&has_dropped)); in test_convert()
3 use self::drop::{DetectDrop, Flag};27 drop(Error::new(DetectDrop::new(&has_dropped))); in test_drop()