pub struct Scanning {
pub ip: String,
pub port: Option<String>,
}Expand description
Data structure representing a message that a device is being scanned
Fields§
§ip: StringIPv4 of the device
port: Option<String>Port being scanned
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Scanning
impl RefUnwindSafe for Scanning
impl Send for Scanning
impl Sync for Scanning
impl Unpin for Scanning
impl UnwindSafe for Scanning
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