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