pub struct ConsumedGuard<T: Ord + Clone + 'static> { /* private fields */ }
Expand description
A guard type that updates the change batch counts on drop
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for ConsumedGuard<T>where
T: Freeze,
impl<T> !RefUnwindSafe for ConsumedGuard<T>
impl<T> !Send for ConsumedGuard<T>
impl<T> !Sync for ConsumedGuard<T>
impl<T> Unpin for ConsumedGuard<T>where
T: Unpin,
impl<T> !UnwindSafe for ConsumedGuard<T>
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