pub struct FileExtManager {
pub plugins: HashMap<String, Arc<RuntimeFileExt>>,
}
Fields§
§plugins: HashMap<String, Arc<RuntimeFileExt>>
Implementations§
Auto Trait Implementations§
impl Freeze for FileExtManager
impl !RefUnwindSafe for FileExtManager
impl Send for FileExtManager
impl Sync for FileExtManager
impl Unpin for FileExtManager
impl !UnwindSafe for FileExtManager
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