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