pub struct PpWalkLease { /* private fields */ }Expand description
Opaque lifetime token for one complete PP boundary walk. Clones are allowed only through an explicit coordinator permit or the same-thread deferred enqueue window; the active generation clears when the final clone is dropped.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PpWalkLease
impl RefUnwindSafe for PpWalkLease
impl Send for PpWalkLease
impl Sync for PpWalkLease
impl Unpin for PpWalkLease
impl UnsafeUnpin for PpWalkLease
impl UnwindSafe for PpWalkLease
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