struct EarlyExitCursor<'a, 'b>(&'b mut ZeroTrieSimpleAsciiCursor<'a>);Expand description
Optimization to stop writing to a ZeroTrie cursor when the ZeroTrie
is empty. See #8375
Tuple Fields§
§0: &'b mut ZeroTrieSimpleAsciiCursor<'a>Trait Implementations§
Auto Trait Implementations§
impl<'a, 'b> Freeze for EarlyExitCursor<'a, 'b>
impl<'a, 'b> RefUnwindSafe for EarlyExitCursor<'a, 'b>
impl<'a, 'b> Send for EarlyExitCursor<'a, 'b>
impl<'a, 'b> Sync for EarlyExitCursor<'a, 'b>
impl<'a, 'b> Unpin for EarlyExitCursor<'a, 'b>
impl<'a, 'b> UnsafeUnpin for EarlyExitCursor<'a, 'b>
impl<'a, 'b> !UnwindSafe for EarlyExitCursor<'a, 'b>
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