pub struct FileCacheMediaStore { /* private fields */ }
Implementations§
Source§impl FileCacheMediaStore
impl FileCacheMediaStore
pub fn with_store_cipher( cache_dir: PathBuf, store_cipher: StoreCipher, ) -> FileCacheMediaStore
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileCacheMediaStore
impl RefUnwindSafe for FileCacheMediaStore
impl Send for FileCacheMediaStore
impl Sync for FileCacheMediaStore
impl Unpin for FileCacheMediaStore
impl UnwindSafe for FileCacheMediaStore
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