pub struct GcTask<B: EventStreamBackend> { /* private fields */ }Expand description
A task to be enqueue on the gc stream that will be clearned after an event is reached.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<B> Freeze for GcTask<B>
impl<B> !RefUnwindSafe for GcTask<B>
impl<B> Send for GcTask<B>
impl<B> !Sync for GcTask<B>
impl<B> Unpin for GcTask<B>
impl<B> !UnwindSafe for GcTask<B>
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