pub struct ActivatedFakeHost { /* private fields */ }
Expand description
An activated fake host.
Must be released with host.release().await
before drop.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ActivatedFakeHost
impl !RefUnwindSafe for ActivatedFakeHost
impl Send for ActivatedFakeHost
impl Sync for ActivatedFakeHost
impl Unpin for ActivatedFakeHost
impl !UnwindSafe for ActivatedFakeHost
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