pub(crate) struct ScheduleLatencyContext {
_private: (),
}Fields§
§_private: ()Implementations§
Source§impl ScheduleLatencyContext
impl ScheduleLatencyContext
pub(crate) fn elapsed_nanos(&self, _now: Instant) -> u64
Auto Trait Implementations§
impl Freeze for ScheduleLatencyContext
impl RefUnwindSafe for ScheduleLatencyContext
impl Send for ScheduleLatencyContext
impl Sync for ScheduleLatencyContext
impl Unpin for ScheduleLatencyContext
impl UnsafeUnpin for ScheduleLatencyContext
impl UnwindSafe for ScheduleLatencyContext
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