pub struct LevelDBIteratorCleanupNode { /* private fields */ }
Expand description
| Cleanup functions are stored in | a single-linked list. | | The list’s head node is inlined in the | iterator.
Implementations§
Auto Trait Implementations§
impl Freeze for LevelDBIteratorCleanupNode
impl RefUnwindSafe for LevelDBIteratorCleanupNode
impl !Send for LevelDBIteratorCleanupNode
impl !Sync for LevelDBIteratorCleanupNode
impl Unpin for LevelDBIteratorCleanupNode
impl UnwindSafe for LevelDBIteratorCleanupNode
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