pub struct RunnerLease {
pub handle: Option<RunnerHandle>,
/* private fields */
}Fields§
§handle: Option<RunnerHandle>Implementations§
Source§impl RunnerLease
impl RunnerLease
pub fn handle_mut(&mut self) -> Result<&mut RunnerHandle, ToolError>
Auto Trait Implementations§
impl Freeze for RunnerLease
impl !RefUnwindSafe for RunnerLease
impl Send for RunnerLease
impl Sync for RunnerLease
impl Unpin for RunnerLease
impl UnsafeUnpin for RunnerLease
impl !UnwindSafe for RunnerLease
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