pub struct ImporterRegistry { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for ImporterRegistry
impl !RefUnwindSafe for ImporterRegistry
impl !Send for ImporterRegistry
impl !Sync for ImporterRegistry
impl Unpin for ImporterRegistry
impl UnsafeUnpin for ImporterRegistry
impl !UnwindSafe for ImporterRegistry
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