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