struct HintIndex {
timelines: HashMap<u32, ThreadHintTimeline>,
ordering_issues: Option<OrderingIssues>,
}Fields§
§timelines: HashMap<u32, ThreadHintTimeline>§ordering_issues: Option<OrderingIssues>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HintIndex
impl RefUnwindSafe for HintIndex
impl Send for HintIndex
impl Sync for HintIndex
impl Unpin for HintIndex
impl UnsafeUnpin for HintIndex
impl UnwindSafe for HintIndex
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