pub struct NsRefV {
pub exports: Rc<RefCell<HashMap<String, Export>>>,
}Fields§
§exports: Rc<RefCell<HashMap<String, Export>>>Auto Trait Implementations§
impl !RefUnwindSafe for NsRefV
impl !Send for NsRefV
impl !Sync for NsRefV
impl !UnwindSafe for NsRefV
impl Freeze for NsRefV
impl Unpin for NsRefV
impl UnsafeUnpin for NsRefV
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