pub struct ExCursorMut<'a, K: 'a, V: 'a, A>(/* private fields */);Expand description
Verus declaration for Rust’s mutable B-tree cursor type.
Auto Trait Implementations§
impl<'a, K, V, A> Freeze for ExCursorMut<'a, K, V, A>
impl<'a, K, V, A> RefUnwindSafe for ExCursorMut<'a, K, V, A>
impl<'a, K, V, A> Send for ExCursorMut<'a, K, V, A>
impl<'a, K, V, A> Sync for ExCursorMut<'a, K, V, A>
impl<'a, K, V, A> Unpin for ExCursorMut<'a, K, V, A>
impl<'a, K, V, A> UnsafeUnpin for ExCursorMut<'a, K, V, A>
impl<'a, K, V, A> !UnwindSafe for ExCursorMut<'a, K, V, A>
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