pub struct AssetPathCache { /* private fields */ }Implementations§
Source§impl AssetPathCache
impl AssetPathCache
pub fn empty() -> Self
pub fn build(editor_model: &EditorModel) -> DataSetResult<Self>
pub fn path_to_id_lookup(&self) -> &HashMap<AssetId, AssetPath>
Auto Trait Implementations§
impl Freeze for AssetPathCache
impl RefUnwindSafe for AssetPathCache
impl Send for AssetPathCache
impl Sync for AssetPathCache
impl Unpin for AssetPathCache
impl UnsafeUnpin for AssetPathCache
impl UnwindSafe for AssetPathCache
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