Searched defs:OneShot (Results 1 – 3 of 3) sorted by relevance
28 pub struct OneShot<T: ?Sized>(pub T); struct30 impl Hash for OneShot<str> { implementation36 impl<'a, S> From<&'a S> for &'a OneShot<str> implementation42 unsafe { &*(s as *const str as *const OneShot<str>) } in from() constant46 impl Hash for OneShot<String> { implementation52 impl Borrow<OneShot<str>> for OneShot<String> { implementation58 impl<T> Deref for OneShot<T> { implementation
55 TEST(PeriodicTaskTest, OneShot) { in TEST() argument
82 OneShot(TimeSpec), enumerator