Struct actix_net::timer::LowResTimer[][src]

pub struct LowResTimer(_);

Methods

impl LowResTimer
[src]

Trait Implementations

impl Clone for LowResTimer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LowResTimer
[src]

Formats the value using the given formatter. Read more

impl Default for LowResTimer
[src]

Returns the "default value" for a type. Read more

impl NewService for LowResTimer
[src]

Requests handled by the service

Responses given by the service

Errors produced by the service

Errors produced while building a service.

The Service value created by this factory

The future of the Service instance.

Create and return a new service value asynchronously.

Auto Trait Implementations

impl !Send for LowResTimer

impl !Sync for LowResTimer