pub struct GenObjPtr(pub Rc<RefCell<GenObj>>);Tuple Fields§
§0: Rc<RefCell<GenObj>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for GenObjPtr
impl !RefUnwindSafe for GenObjPtr
impl !Send for GenObjPtr
impl !Sync for GenObjPtr
impl Unpin for GenObjPtr
impl !UnwindSafe for GenObjPtr
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