Lines Matching defs:RawTable
361 pub struct RawTable<T, A: Allocator + Clone = Global> { struct
362 table: RawTableInner<A>, argument
367 /// Non-generic part of `RawTable` which allows functions to be instantiated only once regardless argument
387 impl<T> RawTable<T, Global> { impl
415 impl<T, A: Allocator + Clone> RawTable<T, A> { impl
1028 unsafe impl<T, A: Allocator + Clone> Send for RawTable<T, A> implementation
1034 unsafe impl<T, A: Allocator + Clone> Sync for RawTable<T, A> implementation
1599 impl<T: Clone, A: Allocator + Clone> Clone for RawTable<T, A> { implementation
1681 impl<T: Clone, A: Allocator + Clone> RawTableClone for RawTable<T, A> { implementation
1690 impl<T: Copy, A: Allocator + Clone> RawTableClone for RawTable<T, A> { implementation
1706 impl<T: Clone, A: Allocator + Clone> RawTable<T, A> { impl
1793 impl<T, A: Allocator + Clone + Default> Default for RawTable<T, A> { implementation
1801 unsafe impl<#[may_dangle] T, A: Allocator + Clone> Drop for RawTable<T, A> { implementation
1813 impl<T, A: Allocator + Clone> Drop for RawTable<T, A> { implementation
1825 impl<T, A: Allocator + Clone> IntoIterator for RawTable<T, A> { implementation