Struct ambient_std::download_asset::AssetsCacheDir
source · pub struct AssetsCacheDir;
Trait Implementations§
source§impl Clone for AssetsCacheDir
impl Clone for AssetsCacheDir
source§fn clone(&self) -> AssetsCacheDir
fn clone(&self) -> AssetsCacheDir
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AssetsCacheDir
impl Debug for AssetsCacheDir
source§impl SyncAssetKey<PathBuf> for AssetsCacheDir
impl SyncAssetKey<PathBuf> for AssetsCacheDir
fn load(&self, _assets: AssetCache) -> PathBuf
Auto Trait Implementations§
impl RefUnwindSafe for AssetsCacheDir
impl Send for AssetsCacheDir
impl Sync for AssetsCacheDir
impl Unpin for AssetsCacheDir
impl UnwindSafe for AssetsCacheDir
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