pub struct RowBufferGuard { /* private fields */ }Expand description
RAII guard for row buffers - automatically returns buffer to pool when dropped
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RowBufferGuard
impl RefUnwindSafe for RowBufferGuard
impl Send for RowBufferGuard
impl Sync for RowBufferGuard
impl Unpin for RowBufferGuard
impl UnwindSafe for RowBufferGuard
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