Struct ore::now::SYSTEM_TIME [−][src]
pub struct SYSTEM_TIME {
__private_field: (),
}
Expand description
A NowFn
that returns the actual system time.
Fields
__private_field: ()
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SYSTEM_TIME
impl Send for SYSTEM_TIME
impl Sync for SYSTEM_TIME
impl Unpin for SYSTEM_TIME
impl UnwindSafe for SYSTEM_TIME
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more