pub enum ThreadDepsQueueAny {
SpanRecord(SpanRecord),
SpanLocationRecord(SpanLocationRecord),
Utf8StaticStringDependency(Utf8StaticStringDependency),
}Variants§
SpanRecord(SpanRecord)
SpanLocationRecord(SpanLocationRecord)
Utf8StaticStringDependency(Utf8StaticStringDependency)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ThreadDepsQueueAny
impl RefUnwindSafe for ThreadDepsQueueAny
impl !Send for ThreadDepsQueueAny
impl !Sync for ThreadDepsQueueAny
impl Unpin for ThreadDepsQueueAny
impl UnsafeUnpin for ThreadDepsQueueAny
impl UnwindSafe for ThreadDepsQueueAny
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