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