pub struct RedisProvider;Expand description
Redis service provider.
Trait Implementations§
Source§impl ServiceProvider for RedisProvider
impl ServiceProvider for RedisProvider
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 RedisProvider
impl RefUnwindSafe for RedisProvider
impl Send for RedisProvider
impl Sync for RedisProvider
impl Unpin for RedisProvider
impl UnsafeUnpin for RedisProvider
impl UnwindSafe for RedisProvider
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