pub struct InjectionFinding {
pub label: &'static str,
pub matched: String,
}Fields§
§label: &'static str§matched: StringTrait Implementations§
Source§impl Debug for InjectionFinding
impl Debug for InjectionFinding
Source§impl PartialEq for InjectionFinding
impl PartialEq for InjectionFinding
Source§fn eq(&self, other: &InjectionFinding) -> bool
fn eq(&self, other: &InjectionFinding) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for InjectionFinding
impl StructuralPartialEq for InjectionFinding
Auto Trait Implementations§
impl Freeze for InjectionFinding
impl RefUnwindSafe for InjectionFinding
impl Send for InjectionFinding
impl Sync for InjectionFinding
impl Unpin for InjectionFinding
impl UnsafeUnpin for InjectionFinding
impl UnwindSafe for InjectionFinding
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.