Struct rushmap_core::model::NodeInfo
source · pub struct NodeInfo {
pub ip_addr: IpAddr,
pub host_name: String,
pub ttl: u8,
pub mac_addr: String,
pub vendor_info: String,
pub os_name: String,
pub cpe: String,
pub services: Vec<ServiceInfo>,
pub node_type: NodeType,
}
Expand description
Host Information
Fields§
§ip_addr: IpAddr
§host_name: String
§ttl: u8
§mac_addr: String
§vendor_info: String
§os_name: String
§cpe: String
§services: Vec<ServiceInfo>
§node_type: NodeType
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for NodeInfo
impl<'de> Deserialize<'de> for NodeInfo
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for NodeInfo
impl PartialEq for NodeInfo
impl StructuralPartialEq for NodeInfo
Auto Trait Implementations§
impl RefUnwindSafe for NodeInfo
impl Send for NodeInfo
impl Sync for NodeInfo
impl Unpin for NodeInfo
impl UnwindSafe for NodeInfo
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