pub struct ClockExpr<'a, 'f>(/* private fields */);
Expand description
Represents a clock
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'f> Freeze for ClockExpr<'a, 'f>
impl<'a, 'f> RefUnwindSafe for ClockExpr<'a, 'f>
impl<'a, 'f> Send for ClockExpr<'a, 'f>
impl<'a, 'f> Sync for ClockExpr<'a, 'f>
impl<'a, 'f> Unpin for ClockExpr<'a, 'f>
impl<'a, 'f> UnwindSafe for ClockExpr<'a, 'f>
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