(function() {var implementors = {}; implementors["heapless"] = [{"text":"impl<T, const N: usize> Deref for HistoryBuffer<T, N>","synthetic":false,"types":["heapless::histbuf::HistoryBuffer"]},{"text":"impl<const N: usize> Deref for String<N>","synthetic":false,"types":["heapless::string::String"]},{"text":"impl<T, const N: usize> Deref for Vec<T, N>","synthetic":false,"types":["heapless::vec::Vec"]},{"text":"impl<T, K, const N: usize> Deref for PeekMut<'_, T, K, N> where
    T: Ord,
    K: Kind, 
","synthetic":false,"types":["heapless::binary_heap::PeekMut"]},{"text":"impl<P> Deref for Box<P> where
    P: Pool
","synthetic":false,"types":["heapless::pool::singleton::Box"]},{"text":"impl<T> Deref for Box<T>","synthetic":false,"types":["heapless::pool::Box"]},{"text":"impl<T, Idx, Kind, const N: usize> Deref for FindMut<'_, T, Idx, Kind, N> where
    T: Ord,
    Idx: SortedLinkedListIndex,
    Kind: LLKind, 
","synthetic":false,"types":["heapless::sorted_linked_list::FindMut"]}]; implementors["lock_api"] = [{"text":"impl<'a, R: RawMutex + 'a, T: ?Sized + 'a> Deref for MutexGuard<'a, R, T>","synthetic":false,"types":["lock_api::mutex::MutexGuard"]},{"text":"impl<'a, R: RawMutex + 'a, T: ?Sized + 'a> Deref for MappedMutexGuard<'a, R, T>","synthetic":false,"types":["lock_api::mutex::MappedMutexGuard"]},{"text":"impl<'a, R: RawMutex + 'a, G: GetThreadId + 'a, T: ?Sized + 'a> Deref for ReentrantMutexGuard<'a, R, G, T>","synthetic":false,"types":["lock_api::remutex::ReentrantMutexGuard"]},{"text":"impl<'a, R: RawMutex + 'a, G: GetThreadId + 'a, T: ?Sized + 'a> Deref for MappedReentrantMutexGuard<'a, R, G, T>","synthetic":false,"types":["lock_api::remutex::MappedReentrantMutexGuard"]},{"text":"impl<'a, R: RawRwLock + 'a, T: ?Sized + 'a> Deref for RwLockReadGuard<'a, R, T>","synthetic":false,"types":["lock_api::rwlock::RwLockReadGuard"]},{"text":"impl<'a, R: RawRwLock + 'a, T: ?Sized + 'a> Deref for RwLockWriteGuard<'a, R, T>","synthetic":false,"types":["lock_api::rwlock::RwLockWriteGuard"]},{"text":"impl<'a, R: RawRwLockUpgrade + 'a, T: ?Sized + 'a> Deref for RwLockUpgradableReadGuard<'a, R, T>","synthetic":false,"types":["lock_api::rwlock::RwLockUpgradableReadGuard"]},{"text":"impl<'a, R: RawRwLock + 'a, T: ?Sized + 'a> Deref for MappedRwLockReadGuard<'a, R, T>","synthetic":false,"types":["lock_api::rwlock::MappedRwLockReadGuard"]},{"text":"impl<'a, R: RawRwLock + 'a, T: ?Sized + 'a> Deref for MappedRwLockWriteGuard<'a, R, T>","synthetic":false,"types":["lock_api::rwlock::MappedRwLockWriteGuard"]}]; implementors["scopeguard"] = [{"text":"impl<T, F, S> Deref for ScopeGuard<T, F, S> where
    F: FnOnce(T),
    S: Strategy
","synthetic":false,"types":["scopeguard::ScopeGuard"]}]; implementors["spin"] = [{"text":"impl<T, F: FnOnce() -> T, R: RelaxStrategy> Deref for Lazy<T, F, R>","synthetic":false,"types":["spin::lazy::Lazy"]},{"text":"impl<'a, T: ?Sized> Deref for SpinMutexGuard<'a, T>","synthetic":false,"types":["spin::mutex::spin::SpinMutexGuard"]},{"text":"impl<'a, T: ?Sized> Deref for MutexGuard<'a, T>","synthetic":false,"types":["spin::mutex::MutexGuard"]},{"text":"impl<'rwlock, T: ?Sized> Deref for RwLockReadGuard<'rwlock, T>","synthetic":false,"types":["spin::rwlock::RwLockReadGuard"]},{"text":"impl<'rwlock, T: ?Sized, R> Deref for RwLockUpgradableGuard<'rwlock, T, R>","synthetic":false,"types":["spin::rwlock::RwLockUpgradableGuard"]},{"text":"impl<'rwlock, T: ?Sized, R> Deref for RwLockWriteGuard<'rwlock, T, R>","synthetic":false,"types":["spin::rwlock::RwLockWriteGuard"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()