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