Struct actix_utils::time::SystemTimeService [−][src]
pub struct SystemTimeService(_);
Implementations
Get current time. This function has to be called from future’s poll method, otherwise it panics.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for SystemTimeService
impl !Send for SystemTimeService
impl !Sync for SystemTimeService
impl Unpin for SystemTimeService
impl !UnwindSafe for SystemTimeService
Blanket Implementations
Mutably borrows from an owned value. Read more