Struct rushmap_core::option::DomainScanOption
source · pub struct DomainScanOption {
pub base_domain: String,
pub words: Vec<String>,
pub concurrency: usize,
pub protocol: IpNextLevelProtocol,
pub timeout: Duration,
pub async_scan: bool,
pub list_file_path: String,
pub save_file_path: String,
pub json_output: bool,
}
Fields§
§base_domain: String
§words: Vec<String>
§concurrency: usize
§protocol: IpNextLevelProtocol
§timeout: Duration
§async_scan: bool
§list_file_path: String
§save_file_path: String
§json_output: bool
Implementations§
Trait Implementations§
source§impl Clone for DomainScanOption
impl Clone for DomainScanOption
source§fn clone(&self) -> DomainScanOption
fn clone(&self) -> DomainScanOption
Returns a copy of the value. Read more
1.0.0 · 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 DomainScanOption
impl Debug for DomainScanOption
source§impl<'de> Deserialize<'de> for DomainScanOption
impl<'de> Deserialize<'de> for DomainScanOption
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 RefUnwindSafe for DomainScanOption
impl Send for DomainScanOption
impl Sync for DomainScanOption
impl Unpin for DomainScanOption
impl UnwindSafe for DomainScanOption
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