pub struct CachePoolReservation { /* private fields */ }Expand description
Exact ownership of a temporary aggregate cache admission.
Trait Implementations§
Source§impl Debug for CachePoolReservation
impl Debug for CachePoolReservation
Source§impl Drop for CachePoolReservation
impl Drop for CachePoolReservation
Auto Trait Implementations§
impl Freeze for CachePoolReservation
impl RefUnwindSafe for CachePoolReservation
impl Send for CachePoolReservation
impl Sync for CachePoolReservation
impl Unpin for CachePoolReservation
impl UnsafeUnpin for CachePoolReservation
impl UnwindSafe for CachePoolReservation
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