pub struct ChunkPtr<K, V, A: Attachment<K, V>, ALLOC: GlobalAlloc + Default> { /* private fields */ }
Trait Implementations§
Source§impl<K, V, A: Attachment<K, V>, ALLOC: GlobalAlloc + Default> Deref for ChunkPtr<K, V, A, ALLOC>
impl<K, V, A: Attachment<K, V>, ALLOC: GlobalAlloc + Default> Deref for ChunkPtr<K, V, A, ALLOC>
Source§impl<K, V, A: Attachment<K, V>, ALLOC: GlobalAlloc + Default> Drop for ChunkPtr<K, V, A, ALLOC>
impl<K, V, A: Attachment<K, V>, ALLOC: GlobalAlloc + Default> Drop for ChunkPtr<K, V, A, ALLOC>
impl<K, V, A: Attachment<K, V>, ALLOC: GlobalAlloc + Default> Send for ChunkPtr<K, V, A, ALLOC>
impl<K, V, A: Attachment<K, V>, ALLOC: GlobalAlloc + Default> Sync for ChunkPtr<K, V, A, ALLOC>
Auto Trait Implementations§
impl<K, V, A, ALLOC> Freeze for ChunkPtr<K, V, A, ALLOC>
impl<K, V, A, ALLOC> RefUnwindSafe for ChunkPtr<K, V, A, ALLOC>
impl<K, V, A, ALLOC> Unpin for ChunkPtr<K, V, A, ALLOC>
impl<K, V, A, ALLOC> UnwindSafe for ChunkPtr<K, V, A, ALLOC>
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