Struct gc_arena::CollectionContext [−][src]
pub struct CollectionContext<'context> { /* fields omitted */ }
Handle value given by arena callbacks during garbage collection, which must be passed through
Collect::trace
implementations.
Trait Implementations
impl<'context> Clone for CollectionContext<'context>
[src]
impl<'context> Clone for CollectionContext<'context>
[src]fn clone(&self) -> CollectionContext<'context>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'context> Copy for CollectionContext<'context>
[src]
impl<'context> Copy for CollectionContext<'context>
[src]Auto Trait Implementations
impl<'context> !RefUnwindSafe for CollectionContext<'context>
impl<'context> !RefUnwindSafe for CollectionContext<'context>
impl<'context> !Send for CollectionContext<'context>
impl<'context> !Send for CollectionContext<'context>
impl<'context> !Sync for CollectionContext<'context>
impl<'context> !Sync for CollectionContext<'context>
impl<'context> Unpin for CollectionContext<'context>
impl<'context> Unpin for CollectionContext<'context>
impl<'context> !UnwindSafe for CollectionContext<'context>
impl<'context> !UnwindSafe for CollectionContext<'context>