pub struct SystemRuntimeClock;Trait Implementations§
Source§impl Debug for SystemRuntimeClock
impl Debug for SystemRuntimeClock
Source§impl Default for SystemRuntimeClock
impl Default for SystemRuntimeClock
Source§fn default() -> SystemRuntimeClock
fn default() -> SystemRuntimeClock
Returns the “default value” for a type. Read more
Source§impl RuntimeClock for SystemRuntimeClock
impl RuntimeClock for SystemRuntimeClock
Auto Trait Implementations§
impl Freeze for SystemRuntimeClock
impl RefUnwindSafe for SystemRuntimeClock
impl Send for SystemRuntimeClock
impl Sync for SystemRuntimeClock
impl Unpin for SystemRuntimeClock
impl UnsafeUnpin for SystemRuntimeClock
impl UnwindSafe for SystemRuntimeClock
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