Struct gc_arena::Collection
source · pub struct Collection { /* private fields */ }Expand description
Handle value given by arena callbacks during garbage collection, which must be passed through
Collect::trace implementations.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Collection
impl !Send for Collection
impl !Sync for Collection
impl Unpin for Collection
impl !UnwindSafe for Collection
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