pub struct DetectionMethods {
pub detection_methods: Vec<DetectionMethod>,
}Fields§
§detection_methods: Vec<DetectionMethod>Trait Implementations§
Source§impl Debug for DetectionMethods
impl Debug for DetectionMethods
Source§impl<'de> Deserialize<'de> for DetectionMethods
impl<'de> Deserialize<'de> for DetectionMethods
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
Auto Trait Implementations§
impl Freeze for DetectionMethods
impl RefUnwindSafe for DetectionMethods
impl Send for DetectionMethods
impl Sync for DetectionMethods
impl Unpin for DetectionMethods
impl UnwindSafe for DetectionMethods
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