pub struct CacheRepo { /* private fields */ }
Expand description
Shorthand for accessing things within a particular repo
Implementations§
Auto Trait Implementations§
impl Freeze for CacheRepo
impl RefUnwindSafe for CacheRepo
impl Send for CacheRepo
impl Sync for CacheRepo
impl Unpin for CacheRepo
impl UnwindSafe for CacheRepo
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