pub struct DetectionMethod {
pub detection_method_id: Option<String>,
pub children: Vec<DetectionMethodChild>,
}Fields§
§detection_method_id: Option<String>§children: Vec<DetectionMethodChild>Trait Implementations§
Source§impl Debug for DetectionMethod
impl Debug for DetectionMethod
Source§impl<'de> Deserialize<'de> for DetectionMethod
impl<'de> Deserialize<'de> for DetectionMethod
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 DetectionMethod
impl RefUnwindSafe for DetectionMethod
impl Send for DetectionMethod
impl Sync for DetectionMethod
impl Unpin for DetectionMethod
impl UnwindSafe for DetectionMethod
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