pub struct AssetPipeline {
pub assets_dir: PathBuf,
pub base_url: String,
pub name_template: String,
pub map: Arc<Mutex<HashMap<String, String>>>,
}Fields§
§assets_dir: PathBuf§base_url: String§name_template: String§map: Arc<Mutex<HashMap<String, String>>>Implementations§
Auto Trait Implementations§
impl Freeze for AssetPipeline
impl RefUnwindSafe for AssetPipeline
impl Send for AssetPipeline
impl Sync for AssetPipeline
impl Unpin for AssetPipeline
impl UnsafeUnpin for AssetPipeline
impl UnwindSafe for AssetPipeline
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