pub struct NodeJSProvider;Expand description
Node.js service provider.
Trait Implementations§
Source§impl ServiceProvider for NodeJSProvider
impl ServiceProvider for NodeJSProvider
Source§fn kind(&self) -> ServiceKind
fn kind(&self) -> ServiceKind
Returns the service type this provider handles.
Source§fn detect(&self, probe_output: &ProbeOutput) -> bool
fn detect(&self, probe_output: &ProbeOutput) -> bool
Quick check: is this service present on the server? Read more
Source§fn quick_metrics(&self, _probe_output: &ProbeOutput) -> Vec<ServiceMetric>
fn quick_metrics(&self, _probe_output: &ProbeOutput) -> Vec<ServiceMetric>
Extract basic metrics from Quick Scan probe output. Read more
Auto Trait Implementations§
impl Freeze for NodeJSProvider
impl RefUnwindSafe for NodeJSProvider
impl Send for NodeJSProvider
impl Sync for NodeJSProvider
impl Unpin for NodeJSProvider
impl UnsafeUnpin for NodeJSProvider
impl UnwindSafe for NodeJSProvider
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