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