Struct feroxbuster::event_handlers::StatsHandler[][src]

pub struct StatsHandler { /* fields omitted */ }

event handler struct for updating statistics

Implementations

impl StatsHandler[src]

implementation of event handler for statistics

pub fn initialize(
    config: Arc<Configuration>
) -> (JoinHandle<Result<()>>, StatsHandle)
[src]

Initialize new Stats object and the sc side of an mpsc channel that is responsible for updates to the aforementioned object.

Trait Implementations

impl Debug for StatsHandler[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> WithSubscriber for T[src]