Enum wasi_common::clocks::SystemTimeSpec
source · [−]pub enum SystemTimeSpec {
SymbolicNow,
Absolute(SystemTime),
}
Variants
SymbolicNow
Absolute(SystemTime)
Auto Trait Implementations
impl RefUnwindSafe for SystemTimeSpec
impl Send for SystemTimeSpec
impl Sync for SystemTimeSpec
impl Unpin for SystemTimeSpec
impl UnwindSafe for SystemTimeSpec
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more