pub enum ProbeFamily {
Sql,
Xss,
Command,
}Expand description
High-level probe family used to narrow the search space quickly.
Variants§
Trait Implementations§
Source§impl Clone for ProbeFamily
impl Clone for ProbeFamily
Source§fn clone(&self) -> ProbeFamily
fn clone(&self) -> ProbeFamily
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProbeFamily
impl Debug for ProbeFamily
Source§impl PartialEq for ProbeFamily
impl PartialEq for ProbeFamily
Source§fn eq(&self, other: &ProbeFamily) -> bool
fn eq(&self, other: &ProbeFamily) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ProbeFamily
impl Eq for ProbeFamily
impl StructuralPartialEq for ProbeFamily
Auto Trait Implementations§
impl Freeze for ProbeFamily
impl RefUnwindSafe for ProbeFamily
impl Send for ProbeFamily
impl Sync for ProbeFamily
impl Unpin for ProbeFamily
impl UnsafeUnpin for ProbeFamily
impl UnwindSafe for ProbeFamily
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.