pub struct Base64Tamper;Expand description
Base64 tamper strategy.
Trait Implementations§
Source§impl TamperStrategy for Base64Tamper
impl TamperStrategy for Base64Tamper
Source§fn description(&self) -> &'static str
fn description(&self) -> &'static str
Returns a description of what this strategy does.
Source§fn tamper(&self, payload: &str, _context: Option<&str>) -> String
fn tamper(&self, payload: &str, _context: Option<&str>) -> String
Transforms the input payload. Read more
Source§fn aggressiveness(&self) -> f64
fn aggressiveness(&self) -> f64
Returns the aggressiveness score (0.0 = mild, 1.0 = extreme).
Auto Trait Implementations§
impl Freeze for Base64Tamper
impl RefUnwindSafe for Base64Tamper
impl Send for Base64Tamper
impl Sync for Base64Tamper
impl Unpin for Base64Tamper
impl UnsafeUnpin for Base64Tamper
impl UnwindSafe for Base64Tamper
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