pub struct Disposable(/* private fields */);Expand description
Disposable that can be dropped to stop a test feedback server.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Disposable
impl !RefUnwindSafe for Disposable
impl Send for Disposable
impl Sync for Disposable
impl Unpin for Disposable
impl !UnwindSafe for Disposable
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