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