pub struct ExecutionLease { /* private fields */ }Expand description
Proof that Adapter-managed work has actually ended. Dropping the token, acknowledging cancellation, or disconnecting does not settle execution.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ExecutionLease
impl !Send for ExecutionLease
impl !Sync for ExecutionLease
impl !UnwindSafe for ExecutionLease
impl Freeze for ExecutionLease
impl Unpin for ExecutionLease
impl UnsafeUnpin for ExecutionLease
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