pub struct CheckpointGcHandle { /* private fields */ }Expand description
Handle for the spawned checkpoint-GC task; its Drop aborts the task.
Trait Implementations§
Source§impl Drop for CheckpointGcHandle
impl Drop for CheckpointGcHandle
Auto Trait Implementations§
impl Freeze for CheckpointGcHandle
impl RefUnwindSafe for CheckpointGcHandle
impl Send for CheckpointGcHandle
impl Sync for CheckpointGcHandle
impl Unpin for CheckpointGcHandle
impl UnsafeUnpin for CheckpointGcHandle
impl UnwindSafe for CheckpointGcHandle
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