Searched defs:AttachGuard (Results 1 – 2 of 2) sorted by relevance
279 pub fn attach_current_thread(&self) -> Result<AttachGuard> { in attach_current_thread()470 pub struct AttachGuard<'local> { struct475 impl<'local> AttachGuard<'local> { argument494 impl<'local> Deref for AttachGuard<'local> { implementation502 impl<'local> DerefMut for AttachGuard<'local> { implementation508 impl<'local> Drop for AttachGuard<'local> { implementation
216 pub fn attach_current_thread(&self) -> Result<AttachGuard> { in attach_current_thread()304 pub struct AttachGuard<'a> { struct309 impl<'a> AttachGuard<'a> { argument328 impl<'a> Deref for AttachGuard<'a> { implementation336 impl<'a> Drop for AttachGuard<'a> { implementation