pub struct LinuxMillis;
Trait Implementations§
Source§impl PlatformMillis for LinuxMillis
impl PlatformMillis for LinuxMillis
Auto Trait Implementations§
impl Freeze for LinuxMillis
impl RefUnwindSafe for LinuxMillis
impl Send for LinuxMillis
impl Sync for LinuxMillis
impl Unpin for LinuxMillis
impl UnwindSafe for LinuxMillis
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