pub struct MockServerHandle { /* private fields */ }Expand description
Opaque handle to a MockServer
Auto Trait Implementations§
impl !Freeze for MockServerHandle
impl !RefUnwindSafe for MockServerHandle
impl Send for MockServerHandle
impl Sync for MockServerHandle
impl Unpin for MockServerHandle
impl !UnwindSafe for MockServerHandle
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