pub struct Cache { /* private fields */ }
Implementations§
Source§impl Cache
impl Cache
pub fn lru_remove(&mut self, e: *mut CacheHandle)
pub fn lru_append(&mut self, e: *mut CacheHandle)
pub fn unref(&mut self, e: *mut CacheHandle)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cache
impl !RefUnwindSafe for Cache
impl !Send for Cache
impl !Sync for Cache
impl Unpin for Cache
impl !UnwindSafe for Cache
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