Struct crossbeam_epoch::LocalHandle
source · pub struct LocalHandle { /* private fields */ }
Expand description
A handle to a garbage collector.
Implementations§
Trait Implementations§
source§impl Debug for LocalHandle
impl Debug for LocalHandle
Auto Trait Implementations§
impl !RefUnwindSafe for LocalHandle
impl !Send for LocalHandle
impl !Sync for LocalHandle
impl Unpin for LocalHandle
impl !UnwindSafe for LocalHandle
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