pub struct WRC<T>where
T: GetName,{ /* private fields */ }
Expand description
A Wrapper for a weak RefCell pointer. Used by parent pointers in the internal representation.
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for WRC<T>
impl<T> !Send for WRC<T>
impl<T> !Sync for WRC<T>
impl<T> Unpin for WRC<T>
impl<T> !UnwindSafe for WRC<T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more