pub struct WafMatch {
pub provider: String,
pub confidence: String,
pub detection_methods: Vec<String>,
pub score: u32,
}Available on crate feature
security-analysis-mobile only.Fields§
§provider: String§confidence: String§detection_methods: Vec<String>§score: u32Trait Implementations§
Source§impl<'de> Deserialize<'de> for WafMatch
impl<'de> Deserialize<'de> for WafMatch
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 WafMatch
impl RefUnwindSafe for WafMatch
impl Send for WafMatch
impl Sync for WafMatch
impl Unpin for WafMatch
impl UnsafeUnpin for WafMatch
impl UnwindSafe for WafMatch
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