Struct cache_flow::CacheRef
source · pub struct CacheRef<'b, T: Sized + 'static> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'b, T> !RefUnwindSafe for CacheRef<'b, T>
impl<'b, T> !Send for CacheRef<'b, T>
impl<'b, T> !Sync for CacheRef<'b, T>
impl<'b, T> Unpin for CacheRef<'b, T>
impl<'b, T> !UnwindSafe for CacheRef<'b, 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