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