pub struct WebPathScannerOptions {
pub target: String,
pub wordlist: String,
pub timeout_ms: u64,
pub concurrency: usize,
pub filter_codes: String,
}Fields§
§target: String§wordlist: String§timeout_ms: u64§concurrency: usize§filter_codes: StringImplementations§
Trait Implementations§
Source§impl Clone for WebPathScannerOptions
impl Clone for WebPathScannerOptions
Source§fn clone(&self) -> WebPathScannerOptions
fn clone(&self) -> WebPathScannerOptions
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 WebPathScannerOptions
impl Debug for WebPathScannerOptions
Source§impl Default for WebPathScannerOptions
impl Default for WebPathScannerOptions
Source§fn default() -> WebPathScannerOptions
fn default() -> WebPathScannerOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WebPathScannerOptions
impl RefUnwindSafe for WebPathScannerOptions
impl Send for WebPathScannerOptions
impl Sync for WebPathScannerOptions
impl Unpin for WebPathScannerOptions
impl UnsafeUnpin for WebPathScannerOptions
impl UnwindSafe for WebPathScannerOptions
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