pub struct DetectedService {
pub kind: ServiceKind,
pub metrics: Vec<ServiceMetric>,
}Expand description
Describes a service detected on a remote server.
Fields§
§kind: ServiceKind§metrics: Vec<ServiceMetric>Trait Implementations§
Source§impl Clone for DetectedService
impl Clone for DetectedService
Source§fn clone(&self) -> DetectedService
fn clone(&self) -> DetectedService
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 moreAuto Trait Implementations§
impl Freeze for DetectedService
impl RefUnwindSafe for DetectedService
impl Send for DetectedService
impl Sync for DetectedService
impl Unpin for DetectedService
impl UnsafeUnpin for DetectedService
impl UnwindSafe for DetectedService
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